Add hasSideEffects=0 to CMP*rr_REV.

llvm-svn: 171130
This commit is contained in:
Craig Topper 2012-12-27 02:08:46 +00:00
parent 798533821a
commit 4c075a815b

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]".