summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocPBQP.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2009-06-17 21:01:20 +0000
committerLang Hames <lhames@gmail.com>2009-06-17 21:01:20 +0000
commit16cab1935ebf79af2d5a5f6fdf1030cddd03c99e (patch)
tree2ac5eea13ff6e1b9ae5dc540624522bd57794a4a /llvm/lib/CodeGen/RegAllocPBQP.cpp
parent432af7ace041b8e112fa183f63584414f72795ab (diff)
downloadbcm5719-llvm-16cab1935ebf79af2d5a5f6fdf1030cddd03c99e.tar.gz
bcm5719-llvm-16cab1935ebf79af2d5a5f6fdf1030cddd03c99e.zip
VNInfo cleanup.
llvm-svn: 73634
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocPBQP.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocPBQP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocPBQP.cpp b/llvm/lib/CodeGen/RegAllocPBQP.cpp
index d07006d7e18..89e2c59fe80 100644
--- a/llvm/lib/CodeGen/RegAllocPBQP.cpp
+++ b/llvm/lib/CodeGen/RegAllocPBQP.cpp
@@ -651,7 +651,7 @@ void PBQPRegAlloc::addStackInterval(const LiveInterval *spilled,
if (stackInterval.getNumValNums() != 0)
vni = stackInterval.getValNumInfo(0);
else
- vni = stackInterval.getNextValue(-0U, 0, lss->getVNInfoAllocator());
+ vni = stackInterval.getNextValue(0, 0, false, lss->getVNInfoAllocator());
LiveInterval &rhsInterval = lis->getInterval(spilled->reg);
stackInterval.MergeRangesInAsValue(rhsInterval, vni);
OpenPOWER on IntegriCloud