diff options
author | Chris Lattner <sabre@nondot.org> | 2009-12-29 09:12:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-12-29 09:12:29 +0000 |
commit | 22e13ba4e5e83f58878d97f8549f66712bf10a78 (patch) | |
tree | 3a31d426d02693584867aae4a1e9bcd6cb4cc9c1 /llvm/lib/Transforms/Utils/Local.cpp | |
parent | a0566979b7cf6da2aca187e9d71ab961de80727d (diff) | |
download | bcm5719-llvm-22e13ba4e5e83f58878d97f8549f66712bf10a78.tar.gz bcm5719-llvm-22e13ba4e5e83f58878d97f8549f66712bf10a78.zip |
prune #includes.
llvm-svn: 92260
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/Local.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Utils/Local.cpp b/llvm/lib/Transforms/Utils/Local.cpp index 7a37aa34c3a..2426e3e4185 100644 --- a/llvm/lib/Transforms/Utils/Local.cpp +++ b/llvm/lib/Transforms/Utils/Local.cpp @@ -20,10 +20,9 @@ #include "llvm/Instructions.h" #include "llvm/Intrinsics.h" #include "llvm/IntrinsicInst.h" -#include "llvm/LLVMContext.h" +#include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SmallPtrSet.h" #include "llvm/Analysis/ConstantFolding.h" -#include "llvm/Analysis/DebugInfo.h" #include "llvm/Analysis/InstructionSimplify.h" #include "llvm/Analysis/ProfileInfo.h" #include "llvm/Target/TargetData.h" @@ -31,6 +30,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/GetElementPtrTypeIterator.h" #include "llvm/Support/MathExtras.h" +#include "llvm/Support/ValueHandle.h" #include "llvm/Support/raw_ostream.h" using namespace llvm; |