From: Jakob Stoklund Olesen Date: Wed, 14 Aug 2013 17:28:42 +0000 (+0000) Subject: LiveIntervalUnion is not used in RegAllocBase. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=be6a376b95d03e4e58f10ed50c3eee2f593c9ccc;p=oota-llvm.git LiveIntervalUnion is not used in RegAllocBase. Patch by Matthias Braun! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188389 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAllocBase.h b/lib/CodeGen/RegAllocBase.h index ccaabbad44d..84cf3a2fdc0 100644 --- a/lib/CodeGen/RegAllocBase.h +++ b/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 {