mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Change xor to ^.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11054 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05e4e8a5d2
commit
b0b0ebaac0
@ -390,7 +390,7 @@ void LiveIntervals::joinIntervals()
|
||||
++numJoined;
|
||||
}
|
||||
}
|
||||
else if (MRegisterInfo::isPhysicalRegister(intA->reg) xor
|
||||
else if (MRegisterInfo::isPhysicalRegister(intA->reg) ^
|
||||
MRegisterInfo::isPhysicalRegister(intB->reg)) {
|
||||
if (MRegisterInfo::isPhysicalRegister(intB->reg)) {
|
||||
std::swap(regA, regB);
|
||||
|
Loading…
Reference in New Issue
Block a user