projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b319faf
)
Add missing forward decl
author
Chris Lattner
<sabre@nondot.org>
Wed, 21 Aug 2002 15:38:45 +0000
(15:38 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 21 Aug 2002 15:38:45 +0000
(15:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3413
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/InstVisitor.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/InstVisitor.h
b/include/llvm/Support/InstVisitor.h
index 93f1a855fa73834a143399a67bd7d4a432495709..0d35aab6890fb3252d44cc045ef3cd241a0bb18d 100644
(file)
--- 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...