[llvm-commits] CVS: llvm-java/lib/Compiler/Locals.h

Alkis Evlogimenos alkis at cs.uiuc.edu
Fri Jan 21 03:41:49 PST 2005



Changes in directory llvm-java/lib/Compiler:

Locals.h updated: 1.2 -> 1.3
---
Log message:

Update javadoc.


---
Diffs of the changes:  (+3 -3)

Index: llvm-java/lib/Compiler/Locals.h
diff -u llvm-java/lib/Compiler/Locals.h:1.2 llvm-java/lib/Compiler/Locals.h:1.3
--- llvm-java/lib/Compiler/Locals.h:1.2	Mon Jan 17 17:00:04 2005
+++ llvm-java/lib/Compiler/Locals.h	Fri Jan 21 05:41:38 2005
@@ -42,9 +42,9 @@
     /// insertAtEnd BasicBlock
     void store(unsigned i, Value* value, BasicBlock* insertAtEnd);
 
-    /// @brief - Loads the value of the \c i'th local variable and
-    /// appends any instructions to implement this to \c insertAtEnd
-    /// BasicBlock
+    /// @brief - Loads the value of the \c i'th local variable of type
+    /// \c type and appends any instructions to implement this to \c
+    /// insertAtEnd BasicBlock
     Value* load(unsigned i, const Type* type, BasicBlock* insertAtEnd);
   };
 






More information about the llvm-commits mailing list