From: Chris Lattner Date: Sun, 28 Apr 2002 04:45:05 +0000 (+0000) Subject: Add a forward defn for Module since it's no longer in Value.h X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;ds=sidebyside;h=785bfcca13409e061744baf1ed7ab9594060115b;p=oota-llvm.git 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 --- diff --git a/include/llvm/GlobalValue.h b/include/llvm/GlobalValue.h index 69345ce1854..0e17f3603ca 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