diff options
author | Eric Christopher <echristo@gmail.com> | 2014-10-14 07:22:08 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-10-14 07:22:08 +0000 |
commit | ded375f282a873c0852422f070e65a97f9a4ef74 (patch) | |
tree | 37e829fd6e9339d0f0e8356620c4cdae85eae3d8 /lib/CodeGen/ExecutionDepsFix.cpp | |
parent | 1dd55ba94e848b1b0c04fdb75b2da6e1f613fbe1 (diff) |
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/ExecutionDepsFix.cpp')
-rw-r--r-- | lib/CodeGen/ExecutionDepsFix.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/ExecutionDepsFix.cpp b/lib/CodeGen/ExecutionDepsFix.cpp index 287cf55082c..7afef968dd8 100644 --- a/lib/CodeGen/ExecutionDepsFix.cpp +++ b/lib/CodeGen/ExecutionDepsFix.cpp @@ -29,7 +29,6 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Target/TargetInstrInfo.h" -#include "llvm/Target/TargetMachine.h" #include "llvm/Target/TargetSubtargetInfo.h" using namespace llvm; |