diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-04-09 19:40:40 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-04-09 19:40:40 +0000 |
| commit | 7104f1564b7209e006df2103ac655265de075de6 (patch) | |
| tree | 14e7c25a152ac6e96306819133c2e379083e2254 /llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h | |
| parent | 5f79b333fe4937f9da6c901d1b2df3dc536c2707 (diff) | |
| download | bcm5719-llvm-7104f1564b7209e006df2103ac655265de075de6.tar.gz bcm5719-llvm-7104f1564b7209e006df2103ac655265de075de6.zip | |
Update comment to reflect class name change.
llvm-svn: 2213
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h')
| -rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h b/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h index 03abd20bb45..913e8615957 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h +++ b/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h @@ -43,8 +43,8 @@ private: // Support for the SlotNumber annotation //===----------------------------------------------------------------------===// -// This annotation (attached only to FunctionArgument & Instruction objects) is -// used to hold the the slot number for the value in its type plane. +// This annotation (attached only to Argument & Instruction objects) is used to +// hold the the slot number for the value in its type plane. // // Entities have this annotation attached to them when the containing // function has it's MethodInfo created (by the MethodInfo ctor). |

