LLVMMCJITCompilerOptions.st
changeset 33 feabf14b6c1d
parent 14 c7dea3fcc5a7
child 56 6640504efbdc
--- a/LLVMMCJITCompilerOptions.st	Mon Aug 17 09:16:53 2015 +0100
+++ b/LLVMMCJITCompilerOptions.st	Mon Aug 17 08:53:26 2015 +0100
@@ -60,7 +60,7 @@
 !LLVMMCJITCompilerOptions methodsFor:'accessing'!
 
 CodeModel
-    "Returns ;; Line: 3627
+    "Returns ;; Line: 3682
 (enum LLVMCodeModel
 	(value (LLVMCodeModelDefault) 0)
 	(value (LLVMCodeModelJITDefault) 1)
@@ -78,10 +78,10 @@
 !
 
 EnableFastISel
-    "Returns ;; Line: 1121
+    "Returns ;; Line: 1141
 (typedef 
 	LLVMBool
-		int32)"
+		bool)"
 
     ^self at:1 + 12
 !
@@ -92,10 +92,10 @@
 !
 
 MCJMM
-    "Returns ;; Line: 3620
+    "Returns ;; Line: 3675
 (typedef 
 	LLVMMCJITMemoryManagerRef
-		(pointer-to ;; Line: 4027
+		(pointer-to ;; Line: 4082
 ;; Class: LLVMOpaqueMCJITMemoryManager
 ))"
 
@@ -108,10 +108,10 @@
 !
 
 NoFramePointerElim
-    "Returns ;; Line: 1121
+    "Returns ;; Line: 1141
 (typedef 
 	LLVMBool
-		int32)"
+		bool)"
 
     ^self at:1 + 8
 !
@@ -122,8 +122,7 @@
 !
 
 OptLevel
-    "Returns unsigned 
-		int32"
+    "Returns unsigned int"
 
     ^self longAt:1 + 0
 !