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/MachineLICM.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/MachineLICM.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineLICM.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineLICM.cpp b/llvm/lib/CodeGen/MachineLICM.cpp index b69311f9265..4ef065f1766 100644 --- a/llvm/lib/CodeGen/MachineLICM.cpp +++ b/llvm/lib/CodeGen/MachineLICM.cpp @@ -30,7 +30,6 @@ #include "llvm/Target/TargetMachine.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/Statistic.h" -#include "llvm/Support/CommandLine.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/Debug.h" #include "llvm/Support/raw_ostream.h" |