summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dis/llvm-dis.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-12 21:07:25 +0000
committerChris Lattner <sabre@nondot.org>2002-02-12 21:07:25 +0000
commit60a6591d83e82990bd8097a08f4d9e51dc63f7cb (patch)
tree833b7f0a2cafb5fc45f410f40d90ffee44861794 /llvm/tools/llvm-dis/llvm-dis.cpp
parent80de23155ae2e9b9f01a6ba5c42b2bb2c52f9406 (diff)
downloadbcm5719-llvm-60a6591d83e82990bd8097a08f4d9e51dc63f7cb.tar.gz
bcm5719-llvm-60a6591d83e82990bd8097a08f4d9e51dc63f7cb.zip
Method.h no longer includes BasicBlock.h
Method::inst_* is now in llvm/Support/InstIterator.h GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h llvm-svn: 1746
Diffstat (limited to 'llvm/tools/llvm-dis/llvm-dis.cpp')
-rw-r--r--llvm/tools/llvm-dis/llvm-dis.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-dis/llvm-dis.cpp b/llvm/tools/llvm-dis/llvm-dis.cpp
index 11e67c4fe8b..3495465d3f4 100644
--- a/llvm/tools/llvm-dis/llvm-dis.cpp
+++ b/llvm/tools/llvm-dis/llvm-dis.cpp
@@ -20,6 +20,7 @@
#include "llvm/Assembly/Writer.h"
#include "llvm/Bytecode/Reader.h"
#include "llvm/Method.h"
+#include "llvm/Support/CFG.h"
#include "Support/DepthFirstIterator.h"
#include "Support/PostOrderIterator.h"
#include "Support/CommandLine.h"
OpenPOWER on IntegriCloud