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:
8c310c7
)
Add a forward defn for Module since it's no longer in Value.h
author
Chris Lattner
<sabre@nondot.org>
Sun, 28 Apr 2002 04:45:05 +0000
(
04:45
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 28 Apr 2002 04:45:05 +0000
(
04:45
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2344
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/GlobalValue.h
patch
|
blob
|
history
diff --git
a/include/llvm/GlobalValue.h
b/include/llvm/GlobalValue.h
index 69345ce185483f8af462cbdfa13eeb20e22e0661..0e17f3603caef13f96c15b23700c6e5222a42ad7 100644
(file)
--- a/
include/llvm/GlobalValue.h
+++ b/
include/llvm/GlobalValue.h
@@
-12,6
+12,7
@@
#include "llvm/User.h"
class PointerType;
+class Module;
class GlobalValue : public User {
GlobalValue(const GlobalValue &); // do not implement