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 | ffef8acc3e3398bdd04e947c7949befdd52faf86 (patch) | |
tree | afd08e771a7be122109680bdae158b2009de3d48 /lib/CodeGen/MachineLICM.cpp | |
parent | 3108222c2cb3e61097396274b1c3ae0a86625975 (diff) |
Tidy #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineLICM.cpp')
-rw-r--r-- | lib/CodeGen/MachineLICM.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineLICM.cpp b/lib/CodeGen/MachineLICM.cpp index b69311f926..4ef065f176 100644 --- a/lib/CodeGen/MachineLICM.cpp +++ b/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" |