diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-25 00:45:18 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-25 00:45:18 +0000 |
commit | 011e5910719265ba5d41e8af2290e55c5eb50526 (patch) | |
tree | 6c265651e812c7f42d3292b0ed0bd5bbfbbcfde8 /lib/CodeGen/Splitter.cpp | |
parent | 7c78e2624c4548ccf1bcfdbc2efaae401ec7f83e (diff) |
Remove SlotIndex::PHI_BIT. It is no longer used by anything.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Splitter.cpp')
-rw-r--r-- | lib/CodeGen/Splitter.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/Splitter.cpp b/lib/CodeGen/Splitter.cpp index 38f3b1f4d3..1cb2f62dbc 100644 --- a/lib/CodeGen/Splitter.cpp +++ b/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), |