1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

LiveIntervalUnion is not used in RegAllocBase.

Patch by Matthias Braun!

llvm-svn: 188389
This commit is contained in:
Jakob Stoklund Olesen 2013-08-14 17:28:42 +00:00
parent 6df1a2eeae
commit 63c72237a7

View 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 {