diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:47 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:47 +0000 |
commit | c468b648fdc5221f905734c253db7566f0bd7709 (patch) | |
tree | f4c9b9e24b674cb784a37609dd2aacf0f07294fa /llvm/lib/CodeGen/GCRootLowering.cpp | |
parent | bda7dd5c3174b8a4b6219a0d84fc428882c4b5a8 (diff) | |
download | bcm5719-llvm-c468b648fdc5221f905734c253db7566f0bd7709.tar.gz bcm5719-llvm-c468b648fdc5221f905734c253db7566f0bd7709.zip |
Remove redundant includes from lib/CodeGen.
llvm-svn: 320619
Diffstat (limited to 'llvm/lib/CodeGen/GCRootLowering.cpp')
-rw-r--r-- | llvm/lib/CodeGen/GCRootLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GCRootLowering.cpp b/llvm/lib/CodeGen/GCRootLowering.cpp index 3a7b48eeb46..b5ebabd5455 100644 --- a/llvm/lib/CodeGen/GCRootLowering.cpp +++ b/llvm/lib/CodeGen/GCRootLowering.cpp @@ -28,7 +28,6 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/Target/TargetMachine.h" using namespace llvm; |