From 7742799a80cec572fec56d50ed4039fc73754f90 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 21 Aug 2002 15:38:45 +0000 Subject: [PATCH] Add missing forward decl git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3413 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/InstVisitor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/Support/InstVisitor.h b/include/llvm/Support/InstVisitor.h index 93f1a855fa7..0d35aab6890 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...