summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-28 08:20:46 +0000
committerChris Lattner <sabre@nondot.org>2009-12-28 08:20:46 +0000
commitf8d22fc77d299af81f1c438924c87d8f7fe87bc1 (patch)
treeecf641ae19ae44ea3b76297aacf068f1aa50f9e5 /llvm/lib/Transforms
parent53bb5e4ae0b2b4d54f92a6f6a45dc19636bc2ff2 (diff)
downloadbcm5719-llvm-f8d22fc77d299af81f1c438924c87d8f7fe87bc1.tar.gz
bcm5719-llvm-f8d22fc77d299af81f1c438924c87d8f7fe87bc1.zip
Metadata.h doesn't need to include ValueHandle.h anymore.
llvm-svn: 92211
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/JumpThreading.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Scalar/JumpThreading.cpp b/llvm/lib/Transforms/Scalar/JumpThreading.cpp
index d58b9c9de01..7e6cf79d8cb 100644
--- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud