From: Dan Gohman Date: Sat, 31 May 2008 19:09:47 +0000 (+0000) Subject: Fix a copy+paste error in a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8e6404180c8b713696815170acaae3c0a428dd40;hp=35651cdf0bbd474349e680a341dbf235bcdb4608;p=oota-llvm.git 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 --- 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); }