Remove unnecessary include.
[oota-llvm.git] / lib / CodeGen / PreAllocSplitting.cpp
index 70e91aa3bd09934523ca3c615c4d46b194760599..2d49beb7d7615dc1fb826a33d7067cb6ea61da0c 100644 (file)
@@ -665,7 +665,7 @@ PreAllocSplitting::PerformPHIConstructionFallBack(MachineBasicBlock::iterator Us
 
 /// ReconstructLiveInterval - Recompute a live interval from scratch.
 void PreAllocSplitting::ReconstructLiveInterval(LiveInterval* LI) {
-  BumpPtrAllocator& Alloc = LIs->getVNInfoAllocator();
+  VNInfo::Allocator& Alloc = LIs->getVNInfoAllocator();
   
   // Clear the old ranges and valnos;
   LI->clear();