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 | 8f14da172d6705eccd4da2547321f0aac50c1a96 (patch) | |
tree | 556bf26b06a95c7f9d3b04aedd235d99aa0138f8 /lib/CodeGen/LoopAligner.cpp | |
parent | 4ed55ceeaf075a988bf5642cd33bc88450b5254e (diff) |
Remove redundant #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LoopAligner.cpp')
-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 c5a3f549a7..a40bb50565 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; |