diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-26 18:02:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-26 18:02:30 +0000 |
commit | af8389043663e5a5e068418f8547fa53cbe3ac8d (patch) | |
tree | 5e86d30db1830ac6f0ddbbd19c2bce3b27f5675f /llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h | |
parent | 57698e2c0bf6853a66f06a5ec5014c53001de006 (diff) | |
download | bcm5719-llvm-af8389043663e5a5e068418f8547fa53cbe3ac8d.tar.gz bcm5719-llvm-af8389043663e5a5e068418f8547fa53cbe3ac8d.zip |
Change from Method to Function
llvm-svn: 1992
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h b/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h index 12717ec48e0..537d18c35a9 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h +++ b/llvm/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h @@ -38,11 +38,12 @@ private: unsigned getValueSlot(const Value *V); }; + //===----------------------------------------------------------------------===// // Support for the SlotNumber annotation //===----------------------------------------------------------------------===// -// This annotation (attached only to MethodArgument & Instruction objects) is +// This annotation (attached only to FunctionArgument & 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 |