For PR950:
[oota-llvm.git] / include / llvm / InstrTypes.h
index 22b52c5f73663799c76afba4e1734423e84b83d5..5e7be3253df79794c60f22a108d904a519d5a07f 100644 (file)
@@ -427,7 +427,7 @@ public:
   /// involving Integer and Pointer types. They are no-op casts if the integer
   /// is the same size as the pointer. However, pointer size varies with 
   /// platform. Generally, the result of TargetData::getIntPtrType() should be
-  /// passed in. If that's not available, use Type::ULongTy, which will make
+  /// passed in. If that's not available, use Type::Int64Ty, which will make
   /// the isNoopCast call conservative.
   /// @brief Determine if this cast is a no-op cast. 
   bool isNoopCast(