aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instructions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Instructions.h')
-rw-r--r--include/llvm/Instructions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h
index 9393ec4..80a4b60 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);
}