summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PreAllocSplitting.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-10-08 22:42:35 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-10-08 22:42:35 +0000
commite23984fbbeebb6d0062d712ef52fc5b9e02ea55d (patch)
tree8550679940ad2ee711280254f1eab14f9c6775b8 /llvm/lib/CodeGen/PreAllocSplitting.cpp
parent1245e6ff69c543ac563f22834c95ebb07c3b19ac (diff)
downloadbcm5719-llvm-e23984fbbeebb6d0062d712ef52fc5b9e02ea55d.tar.gz
bcm5719-llvm-e23984fbbeebb6d0062d712ef52fc5b9e02ea55d.zip
Remove code that makes no sense.
llvm-svn: 83589
Diffstat (limited to 'llvm/lib/CodeGen/PreAllocSplitting.cpp')
-rw-r--r--llvm/lib/CodeGen/PreAllocSplitting.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/PreAllocSplitting.cpp b/llvm/lib/CodeGen/PreAllocSplitting.cpp
index f012eb4d327..b13047992c2 100644
--- a/llvm/lib/CodeGen/PreAllocSplitting.cpp
+++ b/llvm/lib/CodeGen/PreAllocSplitting.cpp
@@ -1193,8 +1193,6 @@ PreAllocSplitting::SplitRegLiveIntervals(const TargetRegisterClass **RCs,
while (!Intervals.empty()) {
if (PreSplitLimit != -1 && (int)NumSplits == PreSplitLimit)
break;
- else if (NumSplits == 4)
- Change |= Change;
LiveInterval *LI = Intervals.back();
Intervals.pop_back();
bool result = SplitRegLiveInterval(LI);
OpenPOWER on IntegriCloud