[vmkit-commits] [vmkit] r84093 - /vmkit/trunk/lib/JnJVM/LLVMRuntime/runtime-mmtk-thread.ll

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Oct 14 04:50:22 PDT 2009


Author: geoffray
Date: Wed Oct 14 06:50:22 2009
New Revision: 84093

URL: http://llvm.org/viewvc/llvm-project?rev=84093&view=rev
Log:
Update types.


Modified:
    vmkit/trunk/lib/JnJVM/LLVMRuntime/runtime-mmtk-thread.ll

Modified: vmkit/trunk/lib/JnJVM/LLVMRuntime/runtime-mmtk-thread.ll
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/JnJVM/LLVMRuntime/runtime-mmtk-thread.ll?rev=84093&r1=84092&r2=84093&view=diff

==============================================================================
--- vmkit/trunk/lib/JnJVM/LLVMRuntime/runtime-mmtk-thread.ll (original)
+++ vmkit/trunk/lib/JnJVM/LLVMRuntime/runtime-mmtk-thread.ll Wed Oct 14 06:50:22 2009
@@ -1,5 +1,5 @@
-%Vector = type {i32, i8*, i8*}
-%BumpPtrAllocator = type { i32, i32, i8*, i8*, i8*, i8*, i32 }
+%Vector = type {i8*, i8*, i8*}
+%BumpPtrAllocator = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8* }
 
 ;;; Field 0: the VT of threads
 ;;; Field 1: next
@@ -18,4 +18,5 @@
 ;;; field 14: MutatorContext
 ;;; field 15: CollectorContext
 %MutatorThread = type { %VT*, %JavaThread*, %JavaThread*, i8*, i8*, i8*, i1, i1,
-                        i1, i8*, i8*, i8*, %Vector, %BumpPtrAllocator, i8*, i8* }
+                        i1, i8*, i8*, i8*, %Vector, %BumpPtrAllocator, i8*, i8*,
+                        i8* }





More information about the vmkit-commits mailing list