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/LiveRegMatrix.cpp | |
parent | 1dd55ba94e848b1b0c04fdb75b2da6e1f613fbe1 (diff) | |
download | llvm-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.cpp | 1 |
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; |