1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Add missing forward declaration.

llvm-svn: 79481
This commit is contained in:
David Greene 2009-08-19 22:19:44 +00:00
parent a648747919
commit 0658dce9a4

View File

@ -22,6 +22,7 @@ namespace llvm {
class Constant;
class GlobalVariable;
class Mangler;
class MachineBasicBlock;
class MachineRelocation;
class MachOCodeEmitter;
struct MachODySymTab;