[llvm-commits] CVS: llvm/include/llvm/Constants.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Dec 13 11:49:02 PST 2004
Changes in directory llvm/include/llvm:
Constants.h updated: 1.65 -> 1.66
---
Log message:
Change this method to return ulong, not uint, for 64-bit targets.
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Constants.h
diff -u llvm/include/llvm/Constants.h:1.65 llvm/include/llvm/Constants.h:1.66
--- llvm/include/llvm/Constants.h:1.65 Tue Dec 7 21:45:20 2004
+++ llvm/include/llvm/Constants.h Mon Dec 13 13:48:47 2004
@@ -558,7 +558,7 @@
}
/// getSizeOf constant expr - computes the size of a type in a target
- /// independent way (Note: the return type is UInt but the object is not
+ /// independent way (Note: the return type is ULong but the object is not
/// necessarily a ConstantUInt).
///
static Constant *getSizeOf(const Type *Ty);
More information about the llvm-commits
mailing list