diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-02-29 02:49:15 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-02-29 02:49:15 +0000 |
commit | 88f839944d1b31f8c2079300757a7d3665565dd8 (patch) | |
tree | a6a6ade38aa3a637f0950ddb8987a8d2f11750fe /llvm/lib/CodeGen/LoopAligner.cpp | |
parent | a28acfee92c5ae81b13d2a44301172b36daf0299 (diff) | |
download | bcm5719-llvm-88f839944d1b31f8c2079300757a7d3665565dd8.tar.gz bcm5719-llvm-88f839944d1b31f8c2079300757a7d3665565dd8.zip |
Remove redundant #include.
llvm-svn: 47748
Diffstat (limited to 'llvm/lib/CodeGen/LoopAligner.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LoopAligner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LoopAligner.cpp b/llvm/lib/CodeGen/LoopAligner.cpp index c5a3f549a76..a40bb50565d 100644 --- a/llvm/lib/CodeGen/LoopAligner.cpp +++ b/llvm/lib/CodeGen/LoopAligner.cpp @@ -18,7 +18,6 @@ #include "llvm/CodeGen/Passes.h" #include "llvm/Target/TargetLowering.h" #include "llvm/Target/TargetMachine.h" -#include "llvm/Support/CommandLine.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/Debug.h" using namespace llvm; |