[llvm-commits] CVS: llvm-java/runtime/runtime.ll

Alkis Evlogimenos alkis at cs.uiuc.edu
Thu Aug 5 11:22:54 PDT 2004



Changes in directory llvm-java/runtime:

runtime.ll updated: 1.4 -> 1.5
---
Log message:

Introduce vtables. As we do not allocate objects yet this do not
really work, but the code generated seems fine. The implementation
needs some refactoring. This will happen next.


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

Index: llvm-java/runtime/runtime.ll
diff -u llvm-java/runtime/runtime.ll:1.4 llvm-java/runtime/runtime.ll:1.5
--- llvm-java/runtime/runtime.ll:1.4	Wed Aug  4 04:49:18 2004
+++ llvm-java/runtime/runtime.ll	Thu Aug  5 13:22:43 2004
@@ -1,6 +1,6 @@
-%llvm_java_base = type { %llvm_java_vtable_base* }
-%llvm_java_vtable_base = type { %llvm_java_type_info }
-%llvm_java_type_info = type { }
+"<llvm_java_base>" = type "<llvm_java_vtable_base>"*
+"<llvm_java_vtable_base>" = type { "<llvm_java_type_info>" }
+"<llvm_java_type_info>" = type { }
 
 implementation
 






More information about the llvm-commits mailing list