From b7e2499e8022b85ac4b5306c749dd49039c96cb8 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Tue, 25 Sep 2018 00:16:52 +0000 Subject: [PATCH] [X86] Update comment. Use 'glued' instead of 'flagged' NFC llvm-svn: 342932 --- llvm/lib/Target/X86/X86ISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index b49ef7b..fa43273 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(); -- 2.7.4