From: Craig Topper Date: Tue, 25 Sep 2018 00:16:52 +0000 (+0000) Subject: [X86] Update comment. Use 'glued' instead of 'flagged' NFC X-Git-Tag: llvmorg-8.0.0-rc1~8052 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7e2499e8022b85ac4b5306c749dd49039c96cb8;p=platform%2Fupstream%2Fllvm.git [X86] Update comment. Use 'glued' instead of 'flagged' NFC llvm-svn: 342932 --- 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();