Wrap long lines
[oota-llvm.git] / include / llvm / Constants.h
index fd960b3504d5d4e1aeda5b06d9913d882cec9aad..e8929f644314db8d115ba2f651a0740b7bc57f4d 100644 (file)
@@ -418,14 +418,6 @@ public:
     return false;
   }
 
-  Constant* getElementAt(unsigned i) const {
-    return cast<Constant>(Operands[i]);
-  }
-
-  unsigned getNumElements() const {
-    return Operands.size();
-  }
-
   virtual void destroyConstant();
   virtual void replaceUsesOfWithOnConstant(Value *From, Value *To,
                                            bool DisableChecking = false);
@@ -566,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);