summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveRegMatrix.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-10-14 07:22:08 +0000
committerEric Christopher <echristo@gmail.com>2014-10-14 07:22:08 +0000
commitded375f282a873c0852422f070e65a97f9a4ef74 (patch)
tree37e829fd6e9339d0f0e8356620c4cdae85eae3d8 /lib/CodeGen/LiveRegMatrix.cpp
parent1dd55ba94e848b1b0c04fdb75b2da6e1f613fbe1 (diff)
downloadllvm-ded375f282a873c0852422f070e65a97f9a4ef74.tar.gz
Remove unnecessary TargetMachine.h includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219672 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveRegMatrix.cpp')
-rw-r--r--lib/CodeGen/LiveRegMatrix.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveRegMatrix.cpp b/lib/CodeGen/LiveRegMatrix.cpp
index dbe3e1ea7890..a8cae083a5d6 100644
--- a/lib/CodeGen/LiveRegMatrix.cpp
+++ b/lib/CodeGen/LiveRegMatrix.cpp
@@ -19,7 +19,6 @@
#include "llvm/CodeGen/VirtRegMap.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
using namespace llvm;