aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-28 04:45:05 +0000
committerChris Lattner <sabre@nondot.org>2002-04-28 04:45:05 +0000
commit785bfcca13409e061744baf1ed7ab9594060115b (patch)
tree5cd5758954baa66b457eda4f3e3e52a071e10e54 /include
parent8c310c75489a94c6e02b779ae0f611dfd3d63619 (diff)
downloadexternal_llvm-785bfcca13409e061744baf1ed7ab9594060115b.zip
external_llvm-785bfcca13409e061744baf1ed7ab9594060115b.tar.gz
external_llvm-785bfcca13409e061744baf1ed7ab9594060115b.tar.bz2
Add a forward defn for Module since it's no longer in Value.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2344 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/GlobalValue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/GlobalValue.h b/include/llvm/GlobalValue.h
index 69345ce..0e17f36 100644
--- 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