[llvm-commits] CVS: llvm/include/llvm/Constants.h
Alkis Evlogimenos
alkis at cs.uiuc.edu
Sat Oct 23 20:01:43 PDT 2004
Changes in directory llvm/include/llvm:
Constants.h updated: 1.61 -> 1.62
---
Log message:
Improve comments and wrap to 80 columns.
---
Diffs of the changes: (+3 -2)
Index: llvm/include/llvm/Constants.h
diff -u llvm/include/llvm/Constants.h:1.61 llvm/include/llvm/Constants.h:1.62
--- llvm/include/llvm/Constants.h:1.61 Sat Oct 23 20:41:10 2004
+++ llvm/include/llvm/Constants.h Sat Oct 23 22:01:32 2004
@@ -557,8 +557,9 @@
return getSelectTy(V1->getType(), C, V1, V2);
}
- /// getSizeOf constant expr - computes the size of a type in a
- /// target independent way
+ /// getSizeOf constant expr - computes the size of a type in a target
+ /// independent way (Note: the return type UInt but the object is is not
+ /// necessarily a ConstantUInt).
///
static Constant *getSizeOf(const Type *Ty);
More information about the llvm-commits
mailing list