projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ed55ce
)
Remove redundant #include.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 29 Feb 2008 02:49:15 +0000
(
02:49
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 29 Feb 2008 02:49:15 +0000
(
02:49
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47748
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LoopAligner.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LoopAligner.cpp
b/lib/CodeGen/LoopAligner.cpp
index c5a3f549a76535826eb2e1a2ae77b7baf36d3c81..a40bb50565d3863bc520d726ea4bab6e06beaf9a 100644
(file)
--- 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;