From: Simon Pilgrim Date: Sun, 6 Aug 2017 13:21:09 +0000 (+0000) Subject: [X86] Add comment to match closing Defs = [FPSW]. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f47cc28d02e41bdc459a022a0d2b9ae6b7e7437a;p=llvm [X86] Add comment to match closing Defs = [FPSW]. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310202 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrFPStack.td b/lib/Target/X86/X86InstrFPStack.td index 11b1d070ef2..079a77f6af8 100644 --- a/lib/Target/X86/X86InstrFPStack.td +++ b/lib/Target/X86/X86InstrFPStack.td @@ -252,7 +252,7 @@ let SchedRW = [WriteFDivLd] in { defm DIV : FPBinary; defm DIVR: FPBinary; } -} +} // Defs = [FPSW] class FPST0rInst : FPI<0xD8, fp, (outs), (ins RST:$op), asm>;