mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
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:
parent
d92ee757c3
commit
0b9c5e268f
@ -700,6 +700,7 @@ class BinOpRR_F_Rev<bits<8> opcode, string mnemonic, X86TypeInfo typeinfo>
|
|||||||
mnemonic, "{$src2, $src1|$src1, $src2}", [], IIC_BIN_NONMEM> {
|
mnemonic, "{$src2, $src1|$src1, $src2}", [], IIC_BIN_NONMEM> {
|
||||||
// The disassembler should know about this, but not the asmparser.
|
// The disassembler should know about this, but not the asmparser.
|
||||||
let isCodeGenOnly = 1;
|
let isCodeGenOnly = 1;
|
||||||
|
let hasSideEffects = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// BinOpRM - Instructions like "add reg, reg, [mem]".
|
// BinOpRM - Instructions like "add reg, reg, [mem]".
|
||||||
|
Loading…
Reference in New Issue
Block a user