[llvm-commits] CVS: llvm/include/llvm/Type.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Oct 7 12:19:25 PDT 2004
Changes in directory llvm/include/llvm:
Type.h updated: 1.62 -> 1.63
---
Log message:
Change signature of this method again
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Type.h
diff -u llvm/include/llvm/Type.h:1.62 llvm/include/llvm/Type.h:1.63
--- llvm/include/llvm/Type.h:1.62 Wed Oct 6 12:19:58 2004
+++ llvm/include/llvm/Type.h Thu Oct 7 14:19:12 2004
@@ -103,7 +103,7 @@
// PromoteAbstractToConcrete - This is an internal method used to calculate
// change "Abstract" from true to false when types are refined.
- bool PromoteAbstractToConcrete(void *);
+ void PromoteAbstractToConcrete();
unsigned getRefCount() const { return RefCount; }
More information about the llvm-commits
mailing list