From 8e6404180c8b713696815170acaae3c0a428dd40 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 31 May 2008 19:09:47 +0000 Subject: [PATCH 1/1] Fix a copy+paste error in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51821 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Instructions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 9393ec4953e..80a4b60206f 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -1529,7 +1529,7 @@ class ExtractValueInst : public Instruction { ExtractValueInst(Value *Agg, unsigned Idx, const std::string &Name, BasicBlock *InsertAtEnd); public: - // allocate space for exactly two operands + // allocate space for exactly one operand void *operator new(size_t s) { return User::operator new(s, 1); } -- 2.34.1