Forward-declare class Module to make the header file self-contained.
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 25 Jul 2003 20:20:53 +0000 (20:20 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 25 Jul 2003 20:20:53 +0000 (20:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7319 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Mangler.h

index 5ad607dc774eb6976305a51495a542d07db96182..502b7973439d437af999bc875a0611b128ce4543 100644 (file)
@@ -8,6 +8,7 @@
 #define LLVM_SUPPORT_MANGLER_H
 
 class Value;
+class Module;
 #include <map>
 #include <set>