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 | 307c2cb26fc3423dc6dd2fdd25c90141c078cfc7 (patch) | |
| tree | 378ee3b6d5560f4bc83e7d9428308cc2750031c5 /llvm/lib/CodeGen/PHIElimination.cpp | |
| parent | 606218020363f0d618bf17fdd70efe925c57c86d (diff) | |
| download | bcm5719-llvm-307c2cb26fc3423dc6dd2fdd25c90141c078cfc7.tar.gz bcm5719-llvm-307c2cb26fc3423dc6dd2fdd25c90141c078cfc7.zip | |
Remove unnecessary TargetMachine.h includes.
llvm-svn: 219672
Diffstat (limited to 'llvm/lib/CodeGen/PHIElimination.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/PHIElimination.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PHIElimination.cpp b/llvm/lib/CodeGen/PHIElimination.cpp index bf6ca5de6cb..2b7543f2c37 100644 --- a/llvm/lib/CodeGen/PHIElimination.cpp +++ b/llvm/lib/CodeGen/PHIElimination.cpp @@ -30,7 +30,6 @@ #include "llvm/Support/Compiler.h" #include "llvm/Support/Debug.h" #include "llvm/Target/TargetInstrInfo.h" -#include "llvm/Target/TargetMachine.h" #include "llvm/Target/TargetSubtargetInfo.h" #include <algorithm> using namespace llvm; |

