summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocBase.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-08-14 17:28:42 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-08-14 17:28:42 +0000
commit21914ab44175532c367ebc7d3b05635de90f88f9 (patch)
treedb324a083c66da3fa0ebe6b3b5bcead0f1d657fd /llvm/lib/CodeGen/RegAllocBase.h
parentf6b3f1ad7679b814dfc38b7918270e0b31ea9cb2 (diff)
downloadbcm5719-llvm-21914ab44175532c367ebc7d3b05635de90f88f9.tar.gz
bcm5719-llvm-21914ab44175532c367ebc7d3b05635de90f88f9.zip
LiveIntervalUnion is not used in RegAllocBase.
Patch by Matthias Braun! llvm-svn: 188389
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBase.h')
-rw-r--r--llvm/lib/CodeGen/RegAllocBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocBase.h b/llvm/lib/CodeGen/RegAllocBase.h
index ccaabbad44d..84cf3a2fdc0 100644
--- a/llvm/lib/CodeGen/RegAllocBase.h
+++ b/llvm/lib/CodeGen/RegAllocBase.h
@@ -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 {
OpenPOWER on IntegriCloud