[llvm-commits] CVS: llvm/include/llvm/Support/Mangler.h

Brian Gaeke gaeke at cs.uiuc.edu
Fri Jul 25 15:22:13 PDT 2003


Changes in directory llvm/include/llvm/Support:

Mangler.h updated: 1.2 -> 1.3

---
Log message:

Forward-declare class Module to make the header file self-contained.


---
Diffs of the changes:

Index: llvm/include/llvm/Support/Mangler.h
diff -u llvm/include/llvm/Support/Mangler.h:1.2 llvm/include/llvm/Support/Mangler.h:1.3
--- llvm/include/llvm/Support/Mangler.h:1.2	Thu Jul 24 16:37:54 2003
+++ llvm/include/llvm/Support/Mangler.h	Fri Jul 25 15:20:53 2003
@@ -8,6 +8,7 @@
 #define LLVM_SUPPORT_MANGLER_H
 
 class Value;
+class Module;
 #include <map>
 #include <set>
 





More information about the llvm-commits mailing list