From d2b03ad4635e30977f13f5bcfb02b79a2c28e0ec Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 29 Mar 2013 22:53:36 +0100 Subject: Update to Xcode 4.6. Further update to LLVM 3.2. --- llvm_context.mm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'llvm_context.mm') 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::get(llvm_context); -const Type* VoidTy; -const PointerType* VoidPointerTy; -const PointerType* PointerPointerTy; +Type* VoidTy; +PointerType* VoidPointerTy; +PointerType* PointerPointerTy; -- cgit v1.2.3