LiveIntervalUnion is not used in RegAllocBase.
[oota-llvm.git] / lib / CodeGen / RegAllocBase.h
index ccaabbad44d44b3c05cdc7df86c3875f3fe909c2..84cf3a2fdc0b173298708f5390365a70f4932163 100644 (file)
@@ -38,7 +38,7 @@
 #define LLVM_CODEGEN_REGALLOCBASE
 
 #include "llvm/ADT/OwningPtr.h"
-#include "llvm/CodeGen/LiveIntervalUnion.h"
+#include "llvm/CodeGen/LiveInterval.h"
 #include "llvm/CodeGen/RegisterClassInfo.h"
 
 namespace llvm {