Skip to content
Commit be8d9b0b authored by Jakob Stoklund Olesen's avatar Jakob Stoklund Olesen
Browse files

An x86 function returns a floating point value in st(0), and we must make sure

it is popped, even if it is ununsed. A CopyFromReg node is too weak to represent
the required sideeffect, so insert an FpGET_ST0 instruction directly instead.

This will matter when CopyFromReg gets lowered to a generic COPY instruction.

llvm-svn: 108037
parent a56c8006
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment