Change the way unused regs. are marked and found to consider regType
[oota-llvm.git] / include / llvm / Type.h
index 3cf08a3bb52656432cb44e526284e8615f2a2821..8a420ea805f621773077c366256e5fb136c3fa2d 100644 (file)
@@ -157,10 +157,10 @@ public:
   ///
   inline bool isRecursive() const { return Recursive; }
 
-  /// isLosslesslyConvertableTo - Return true if this type can be converted to
+  /// isLosslesslyConvertibleTo - Return true if this type can be converted to
   /// 'Ty' without any reinterpretation of bits.  For example, uint to int.
   ///
-  bool isLosslesslyConvertableTo(const Type *Ty) const;
+  bool isLosslesslyConvertibleTo(const Type *Ty) const;
 
 
   /// Here are some useful little methods to query what type derived types are