Add hasSideEffects=0 to CMP*rr_REV.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171130 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper 2012-12-27 02:08:46 +00:00
parent d92ee757c3
commit 0b9c5e268f

View File

@ -700,6 +700,7 @@ class BinOpRR_F_Rev<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo>
mnemonic, "{$src2, $src1|$src1, $src2}", [], IIC_BIN_NONMEM> {
// The disassembler should know about this, but not the asmparser.
let isCodeGenOnly = 1;
let hasSideEffects = 0;
}
// BinOpRM - Instructions like "add reg, reg, [mem]".