diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index 62a2d9f06fd..7a9a0e73242 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -841,7 +841,7 @@ public: static Constant *getICmp(unsigned short pred, Constant *LHS, Constant *RHS); static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS); - /// Getelementptr form. std::vector is only accepted for convenience: + /// Getelementptr form. Value* is only accepted for convenience; /// all elements must be Constant's. /// static Constant *getGetElementPtr(Constant *C,