summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-09-25 00:16:52 +0000
committerCraig Topper <craig.topper@intel.com>2018-09-25 00:16:52 +0000
commitb7e2499e8022b85ac4b5306c749dd49039c96cb8 (patch)
tree0bdab2d7cf1bd5daddfe1a00c2b41aa1e0a88050
parentd66aabc6d755706693db40bc6680e965c4cad947 (diff)
downloadbcm5719-llvm-b7e2499e8022b85ac4b5306c749dd49039c96cb8.tar.gz
bcm5719-llvm-b7e2499e8022b85ac4b5306c749dd49039c96cb8.zip
[X86] Update comment. Use 'glued' instead of 'flagged' NFC
llvm-svn: 342932
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index b49ef7b6a44..fa432736f0c 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -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();
OpenPOWER on IntegriCloud