[llvm-commits] CVS: llvm/lib/VMCore/ConstantFolding.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Jun 8 12:58:04 PDT 2004
Changes in directory llvm/lib/VMCore:
ConstantFolding.h updated: 1.41 -> 1.42
---
Log message:
Fix a link error using VS8.0
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/VMCore/ConstantFolding.h
diff -u llvm/lib/VMCore/ConstantFolding.h:1.41 llvm/lib/VMCore/ConstantFolding.h:1.42
--- llvm/lib/VMCore/ConstantFolding.h:1.41 Thu Mar 11 23:53:41 2004
+++ llvm/lib/VMCore/ConstantFolding.h Tue Jun 8 12:53:24 2004
@@ -23,7 +23,7 @@
namespace llvm {
class Constant;
- class Type;
+ struct Type;
// Constant fold various types of instruction...
Constant *ConstantFoldCastInstruction(const Constant *V, const Type *DestTy);
More information about the llvm-commits
mailing list