summaryrefslogtreecommitdiff
path: root/llvm_context.mm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm_context.mm')
-rw-r--r--llvm_context.mm14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm_context.mm b/llvm_context.mm
index 5eefdb4..0c5480e 100644
--- a/llvm_context.mm
+++ b/llvm_context.mm
@@ -17,11 +17,11 @@ using namespace llvm;
LLVMContext *llvm_context;
//const Type* IntPtrTy = IntegerType::getInt32Ty(C);
-const Type* Int8Ty;
-const Type* Int16Ty;
-const Type* Int32Ty;
-const Type* Int64Ty;
+Type* Int8Ty;
+Type* Int16Ty;
+Type* Int32Ty;
+Type* Int64Ty;
//const Type* VoidTy = TypeBuilder<void, false>::get(llvm_context);
-const Type* VoidTy;
-const PointerType* VoidPointerTy;
-const PointerType* PointerPointerTy;
+Type* VoidTy;
+PointerType* VoidPointerTy;
+PointerType* PointerPointerTy;