[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h
Alkis Evlogimenos
alkis at cs.uiuc.edu
Wed May 5 21:08:02 PDT 2004
Changes in directory llvm/include/llvm/Support:
InstVisitor.h updated: 1.29 -> 1.30
---
Log message:
Fix for gcc3.4: invalid use of forward delacred class on line 93
---
Diffs of the changes: (+1 -2)
Index: llvm/include/llvm/Support/InstVisitor.h
diff -u llvm/include/llvm/Support/InstVisitor.h:1.29 llvm/include/llvm/Support/InstVisitor.h:1.30
--- llvm/include/llvm/Support/InstVisitor.h:1.29 Tue May 4 13:30:38 2004
+++ llvm/include/llvm/Support/InstVisitor.h Wed May 5 21:07:42 2004
@@ -51,10 +51,9 @@
#define LLVM_SUPPORT_INSTVISITOR_H
#include "llvm/Function.h"
+#include "llvm/Module.h"
namespace llvm {
-
-class Module;
// We operate on opaque instruction classes, so forward declare all instruction
// types now...
More information about the llvm-commits
mailing list