diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-21 15:38:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-21 15:38:45 +0000 |
commit | 7742799a80cec572fec56d50ed4039fc73754f90 (patch) | |
tree | e7d0f354dd7dc97d2a7a0b6c98088250a7853f84 | |
parent | b319faff77a5bb12e753c45662f6c532b77f0b91 (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.h | 1 |
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... |