LiveIntervalUnion is not used in RegAllocBase.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 14 Aug 2013 17:28:42 +0000 (17:28 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 14 Aug 2013 17:28:42 +0000 (17:28 +0000)
Patch by Matthias Braun!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188389 91177308-0d34-0410-b5e6-96231b3b80d8

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 {