summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveVariables.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
commit307c2cb26fc3423dc6dd2fdd25c90141c078cfc7 (patch)
tree378ee3b6d5560f4bc83e7d9428308cc2750031c5 /llvm/lib/CodeGen/LiveVariables.cpp
parent606218020363f0d618bf17fdd70efe925c57c86d (diff)
downloadbcm5719-llvm-307c2cb26fc3423dc6dd2fdd25c90141c078cfc7.tar.gz
bcm5719-llvm-307c2cb26fc3423dc6dd2fdd25c90141c078cfc7.zip
Remove unnecessary TargetMachine.h includes.
llvm-svn: 219672
Diffstat (limited to 'llvm/lib/CodeGen/LiveVariables.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveVariables.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveVariables.cpp b/llvm/lib/CodeGen/LiveVariables.cpp
index f9040fd6486..c4bca5f3a11 100644
--- a/llvm/lib/CodeGen/LiveVariables.cpp
+++ b/llvm/lib/CodeGen/LiveVariables.cpp
@@ -37,7 +37,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Target/TargetInstrInfo.h"
-#include "llvm/Target/TargetMachine.h"
#include <algorithm>
using namespace llvm;
OpenPOWER on IntegriCloud