forked from OSchip/llvm-project
[X86] Update comment. Use 'glued' instead of 'flagged' NFC
llvm-svn: 342932
This commit is contained in:
parent
d66aabc6d7
commit
b7e2499e80
|
@ -16678,7 +16678,7 @@ SDValue X86TargetLowering::BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain,
|
|||
Chain = Result.getValue(1);
|
||||
SDValue InFlag = Result.getValue(2);
|
||||
|
||||
// FIXME: Currently the FST is flagged to the FILD_FLAG. This
|
||||
// FIXME: Currently the FST is glued to the FILD_FLAG. This
|
||||
// shouldn't be necessary except that RFP cannot be live across
|
||||
// multiple blocks. When stackifier is fixed, they can be uncoupled.
|
||||
MachineFunction &MF = DAG.getMachineFunction();
|
||||
|
|
Loading…
Reference in New Issue