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 | b972f95b15ab0b5a11692ff480e226a990e9c6ed (patch) | |
tree | 6039211745aaf12aeb366d0a2fa14e0463cc0c5e /lib | |
parent | 8a9acc9c72e720148fa58cc37a4df63f973233b3 (diff) | |
download | external_llvm-b972f95b15ab0b5a11692ff480e226a990e9c6ed.zip external_llvm-b972f95b15ab0b5a11692ff480e226a990e9c6ed.tar.gz external_llvm-b972f95b15ab0b5a11692ff480e226a990e9c6ed.tar.bz2 |
Update comment to reflect class name change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2213 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h b/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h index 03abd20..913e861 100644 --- a/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h +++ b/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). |