mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 17:00:01 +00:00
Add hasSideEffects=0 to CMP*rr_REV.
llvm-svn: 171130
This commit is contained in:
parent
798533821a
commit
4c075a815b
@ -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]".
|
||||
|
Loading…
x
Reference in New Issue
Block a user