mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
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:
parent
8c310c7548
commit
785bfcca13
@ -12,6 +12,7 @@
|
||||
|
||||
#include "llvm/User.h"
|
||||
class PointerType;
|
||||
class Module;
|
||||
|
||||
class GlobalValue : public User {
|
||||
GlobalValue(const GlobalValue &); // do not implement
|
||||
|
Loading…
x
Reference in New Issue
Block a user