[X86] Update comment. Use 'glued' instead of 'flagged' NFC
authorCraig Topper <craig.topper@intel.com>
Tue, 25 Sep 2018 00:16:52 +0000 (00:16 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 25 Sep 2018 00:16:52 +0000 (00:16 +0000)
llvm-svn: 342932

llvm/lib/Target/X86/X86ISelLowering.cpp

index b49ef7b..fa43273 100644 (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();