Skip to content

Commit

Permalink
LiveIntervalUnion is not used in RegAllocBase.
Browse files Browse the repository at this point in the history
Patch by Matthias Braun!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188389 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
stoklund committed Aug 14, 2013
1 parent 292e417 commit be6a376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CodeGen/RegAllocBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit be6a376

Please sign in to comment.