aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-21 15:38:45 +0000
committerChris Lattner <sabre@nondot.org>2002-08-21 15:38:45 +0000
commit7742799a80cec572fec56d50ed4039fc73754f90 (patch)
treee7d0f354dd7dc97d2a7a0b6c98088250a7853f84
parentb319faff77a5bb12e753c45662f6c532b77f0b91 (diff)
Add missing forward decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3413 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/InstVisitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/InstVisitor.h b/include/llvm/Support/InstVisitor.h
index 93f1a855fa..0d35aab689 100644
--- a/include/llvm/Support/InstVisitor.h
+++ b/include/llvm/Support/InstVisitor.h
@@ -44,6 +44,7 @@
#define LLVM_SUPPORT_INSTVISITOR_H
#include "llvm/Instruction.h"
+class Module;
// We operate on opaque instruction classes, so forward declare all instruction
// types now...