Add HAVE_SYSCONF
[oota-llvm.git] / include / llvm / Constants.h
index 0663d60bfd7b374b66f039aaa8e6eb269ddd19f9..e8929f644314db8d115ba2f651a0740b7bc57f4d 100644 (file)
@@ -558,7 +558,7 @@ public:
   }
 
   /// 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);