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:
2e99791
)
Forward-declare class Module to make the header file self-contained.
author
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 25 Jul 2003 20:20:53 +0000
(20:20 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Fri, 25 Jul 2003 20:20:53 +0000
(20:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7319
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/Mangler.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/Mangler.h
b/include/llvm/Support/Mangler.h
index 5ad607dc774eb6976305a51495a542d07db96182..502b7973439d437af999bc875a0611b128ce4543 100644
(file)
--- a/
include/llvm/Support/Mangler.h
+++ b/
include/llvm/Support/Mangler.h
@@
-8,6
+8,7
@@
#define LLVM_SUPPORT_MANGLER_H
class Value;
+class Module;
#include <map>
#include <set>