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 | 9be0de20d094c3aec4f1e6e8c65f1cf4c4f0c1b6 (patch) | |
tree | 556bf26b06a95c7f9d3b04aedd235d99aa0138f8 | |
parent | 9a2983ef492695f0b0e871741caa2cbad3d60843 (diff) | |
download | external_llvm-9be0de20d094c3aec4f1e6e8c65f1cf4c4f0c1b6.zip external_llvm-9be0de20d094c3aec4f1e6e8c65f1cf4c4f0c1b6.tar.gz external_llvm-9be0de20d094c3aec4f1e6e8c65f1cf4c4f0c1b6.tar.bz2 |
Remove redundant #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47748 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/LoopAligner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/LoopAligner.cpp b/lib/CodeGen/LoopAligner.cpp index c5a3f54..a40bb50 100644 --- a/lib/CodeGen/LoopAligner.cpp +++ b/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; |