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 | bc71af341eacca7b108ae795d2b6f7b297927218 (patch) | |
| tree | a8a457d272af01bb5f235dfc9491920aa0357640 /llvm/lib/CodeGen/Splitter.cpp | |
| parent | 250fed25fd1a26b3d1bcbb576d52042a034db162 (diff) | |
| download | bcm5719-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.cpp | 3 |
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), |

