[llvm-commits] CVS: llvm/include/llvm/Support/InstVisitor.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Nov 27 19:47:00 PST 2003
Changes in directory llvm/include/llvm/Support:
InstVisitor.h updated: 1.26 -> 1.27
---
Log message:
fix gcc 3.4 compatibility problem
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Support/InstVisitor.h
diff -u llvm/include/llvm/Support/InstVisitor.h:1.26 llvm/include/llvm/Support/InstVisitor.h:1.27
--- llvm/include/llvm/Support/InstVisitor.h:1.26 Tue Nov 11 16:41:31 2003
+++ llvm/include/llvm/Support/InstVisitor.h Thu Nov 27 19:46:06 2003
@@ -50,7 +50,7 @@
#ifndef LLVM_SUPPORT_INSTVISITOR_H
#define LLVM_SUPPORT_INSTVISITOR_H
-#include "llvm/Instruction.h"
+#include "llvm/Function.h"
namespace llvm {
More information about the llvm-commits
mailing list