diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-11 16:02:12 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-11 16:02:12 +0000 |
commit | 7c50c9bd63ff147ccf3499cfaa10b928618d7aa1 (patch) | |
tree | e538f179486f06112fe3d9addb40edafdcc7ba0c /llvm/lib/CodeGen/LLVMTargetMachine.cpp | |
parent | aa3fb653493a87c4e0e2a2e663b9941cd350f827 (diff) | |
download | bcm5719-llvm-7c50c9bd63ff147ccf3499cfaa10b928618d7aa1.tar.gz bcm5719-llvm-7c50c9bd63ff147ccf3499cfaa10b928618d7aa1.zip |
Tidy #includes.
llvm-svn: 78677
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LLVMTargetMachine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp index c60f9c7e410..6a456dc0e6c 100644 --- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp +++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp @@ -15,7 +15,6 @@ #include "llvm/PassManager.h" #include "llvm/Pass.h" #include "llvm/Assembly/PrintModulePass.h" -#include "llvm/Analysis/LoopPass.h" #include "llvm/CodeGen/Passes.h" #include "llvm/CodeGen/GCStrategy.h" #include "llvm/CodeGen/MachineFunctionAnalysis.h" |