summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-02-01 08:19:25 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-02-01 08:19:25 +0000
commit84a84c38b7d94003bb0bee2026d4153de7d41f92 (patch)
tree9afd2687c2fa09777828dbb6c631730c87eafec1 /llvm/lib/CodeGen
parenteddfe437c7655ab483092483c4573df5a12fce53 (diff)
downloadbcm5719-llvm-84a84c38b7d94003bb0bee2026d4153de7d41f92.tar.gz
bcm5719-llvm-84a84c38b7d94003bb0bee2026d4153de7d41f92.zip
Change xor to ^.
llvm-svn: 11054
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LiveIntervals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervals.cpp b/llvm/lib/CodeGen/LiveIntervals.cpp
index f4b2a9b817a..d89aad0ebde 100644
--- a/llvm/lib/CodeGen/LiveIntervals.cpp
+++ b/llvm/lib/CodeGen/LiveIntervals.cpp
@@ -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);
OpenPOWER on IntegriCloud