From cda60cec1642fa7c4d9e34511c14fc37d8055733 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Wed, 13 Apr 2011 13:48:09 +0000 Subject: [PATCH] Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129440 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1