aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/MI
diff options
context:
space:
mode:
authorMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:31:05 +0000
committerMichael Zolotukhin <mzolotukhin@apple.com>2017-12-13 21:31:05 +0000
commit5c0ab473f26d8bfd483f0c3a67b0d92b46f7f2d7 (patch)
treedee32782ce8a8752dc487e6eef524e4129455029 /llvm/unittests/MI
parentd8920b1c442c64bf8cd385b10a02fae56fab5e8b (diff)
downloadllvm-5c0ab473f26d8bfd483f0c3a67b0d92b46f7f2d7.zip
llvm-5c0ab473f26d8bfd483f0c3a67b0d92b46f7f2d7.tar.gz
llvm-5c0ab473f26d8bfd483f0c3a67b0d92b46f7f2d7.tar.bz2
Remove redundant includes from unittests.
llvm-svn: 320630
Diffstat (limited to 'llvm/unittests/MI')
-rw-r--r--llvm/unittests/MI/LiveIntervalTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/unittests/MI/LiveIntervalTest.cpp b/llvm/unittests/MI/LiveIntervalTest.cpp
index f282089..93d41d5 100644
--- a/llvm/unittests/MI/LiveIntervalTest.cpp
+++ b/llvm/unittests/MI/LiveIntervalTest.cpp
@@ -3,8 +3,6 @@
#include "llvm/CodeGen/MIRParser/MIRParser.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
-#include "llvm/CodeGen/MachineRegisterInfo.h"
-#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/Support/MemoryBuffer.h"