diff options
author | Chris Lattner <sabre@nondot.org> | 2009-12-28 08:20:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-12-28 08:20:46 +0000 |
commit | 20eddd75b07b14950fc7c556800fe89ad5e07bd7 (patch) | |
tree | 0277fee92676f1dfd2e36550b4dc40aa15e6d0d7 /lib/Transforms | |
parent | 1b6d97fc4c928282cfeac752ceac81603176a641 (diff) | |
download | external_llvm-20eddd75b07b14950fc7c556800fe89ad5e07bd7.zip external_llvm-20eddd75b07b14950fc7c556800fe89ad5e07bd7.tar.gz external_llvm-20eddd75b07b14950fc7c556800fe89ad5e07bd7.tar.bz2 |
Metadata.h doesn't need to include ValueHandle.h anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Scalar/JumpThreading.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Scalar/JumpThreading.cpp b/lib/Transforms/Scalar/JumpThreading.cpp index d58b9c9..7e6cf79 100644 --- a/lib/Transforms/Scalar/JumpThreading.cpp +++ b/lib/Transforms/Scalar/JumpThreading.cpp @@ -29,6 +29,7 @@ #include "llvm/ADT/SmallSet.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" +#include "llvm/Support/ValueHandle.h" #include "llvm/Support/raw_ostream.h" using namespace llvm; |