[X86] Add comment to match closing Defs = [FPSW]. NFCI.

llvm-svn: 310202
This commit is contained in:
Simon Pilgrim 2017-08-06 13:21:09 +00:00
parent aeb2b1e36d
commit 17e290f1d3
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ let SchedRW = [WriteFDivLd] in {
defm DIV : FPBinary<fdiv, MRM6m, "div">;
defm DIVR: FPBinary<fdiv, MRM7m, "divr", 0>;
}
}
} // Defs = [FPSW]
class FPST0rInst<Format fp, string asm>
: FPI<0xD8, fp, (outs), (ins RST:$op), asm>;