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
This commit is contained in:
Chris Lattner 2002-04-28 04:45:05 +00:00
parent 8c310c7548
commit 785bfcca13

View File

@ -12,6 +12,7 @@
#include "llvm/User.h"
class PointerType;
class Module;
class GlobalValue : public User {
GlobalValue(const GlobalValue &); // do not implement