[X86] Update comment. Use 'glued' instead of 'flagged' NFC

llvm-svn: 342932
This commit is contained in:
Craig Topper 2018-09-25 00:16:52 +00:00
parent d66aabc6d7
commit b7e2499e80
1 changed files with 1 additions and 1 deletions

View File

@ -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();