summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-31 19:09:47 +0000
committerDan Gohman <gohman@apple.com>2008-05-31 19:09:47 +0000
commit4b1c1a46a690d9a1933a7c81b30f0cc8188d7402 (patch)
tree1dba26d180a7cb2877a8ba0bc7f83d8818360fa4
parent7bb04509f2ae5af10b336de76e52673872a3fc3e (diff)
downloadbcm5719-llvm-4b1c1a46a690d9a1933a7c81b30f0cc8188d7402.tar.gz
bcm5719-llvm-4b1c1a46a690d9a1933a7c81b30f0cc8188d7402.zip
Fix a copy+paste error in a comment.
llvm-svn: 51821
-rw-r--r--llvm/include/llvm/Instructions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Instructions.h b/llvm/include/llvm/Instructions.h
index 9393ec4953e..80a4b60206f 100644
--- a/llvm/include/llvm/Instructions.h
+++ b/llvm/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);
}
OpenPOWER on IntegriCloud