[llvm] r342932 - [X86] Update comment. Use 'glued' instead of 'flagged' NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 24 17:16:52 PDT 2018
Author: ctopper
Date: Mon Sep 24 17:16:52 2018
New Revision: 342932
URL: http://llvm.org/viewvc/llvm-project?rev=342932&view=rev
Log:
[X86] Update comment. Use 'glued' instead of 'flagged' NFC
Modified:
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=342932&r1=342931&r2=342932&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Mon Sep 24 17:16:52 2018
@@ -16678,7 +16678,7 @@ SDValue X86TargetLowering::BuildFILD(SDV
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();
More information about the llvm-commits
mailing list