mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Take a stab at fixing the llvm-x86_64-linux-checks failure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134287 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e3997d40de
commit
c20fb63ebd
@ -194,6 +194,8 @@ bool MachineOperand::isIdenticalTo(const MachineOperand &Other) const {
|
||||
getSubReg() == Other.getSubReg();
|
||||
case MachineOperand::MO_Immediate:
|
||||
return getImm() == Other.getImm();
|
||||
case MachineOperand::MO_CImmediate:
|
||||
return getCImm() == Other.getCImm();
|
||||
case MachineOperand::MO_FPImmediate:
|
||||
return getFPImm() == Other.getFPImm();
|
||||
case MachineOperand::MO_MachineBasicBlock:
|
||||
|
Loading…
Reference in New Issue
Block a user