summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Splitter.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-25 00:45:18 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-25 00:45:18 +0000
commitbc71af341eacca7b108ae795d2b6f7b297927218 (patch)
treea8a457d272af01bb5f235dfc9491920aa0357640 /llvm/lib/CodeGen/Splitter.cpp
parent250fed25fd1a26b3d1bcbb576d52042a034db162 (diff)
downloadbcm5719-llvm-bc71af341eacca7b108ae795d2b6f7b297927218.tar.gz
bcm5719-llvm-bc71af341eacca7b108ae795d2b6f7b297927218.zip
Remove SlotIndex::PHI_BIT. It is no longer used by anything.
llvm-svn: 114779
Diffstat (limited to 'llvm/lib/CodeGen/Splitter.cpp')
-rw-r--r--llvm/lib/CodeGen/Splitter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/Splitter.cpp b/llvm/lib/CodeGen/Splitter.cpp
index 38f3b1f4d35..1cb2f62dbc6 100644
--- a/llvm/lib/CodeGen/Splitter.cpp
+++ b/llvm/lib/CodeGen/Splitter.cpp
@@ -178,8 +178,7 @@ namespace llvm {
li.removeRange(ls.lis->getMBBStartIdx(outBlock), copyDefIdx);
VNInfo *newVal =
- getNewLI()->getNextValue(SlotIndex(ls.lis->getMBBStartIdx(outBlock),
- true),
+ getNewLI()->getNextValue(ls.lis->getMBBStartIdx(outBlock),
0, false, ls.lis->getVNInfoAllocator());
getNewLI()->addRange(LiveRange(ls.lis->getMBBStartIdx(outBlock),
OpenPOWER on IntegriCloud