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.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'llvm_context.h') diff --git a/llvm_context.h b/llvm_context.h index f2acdd7..97f111e 100644 --- a/llvm_context.h +++ b/llvm_context.h @@ -13,12 +13,12 @@ #include extern llvm::LLVMContext* llvm_context; -extern const llvm::Type* Int8Ty; -extern const llvm::Type* Int16Ty; -extern const llvm::Type* Int32Ty; -extern const llvm::Type* Int64Ty; -extern const llvm::Type* VoidTy; -extern const llvm::PointerType* VoidPointerTy; -extern const llvm::PointerType* PointerPointerTy; +extern llvm::Type* Int8Ty; +extern llvm::Type* Int16Ty; +extern llvm::Type* Int32Ty; +extern llvm::Type* Int64Ty; +extern llvm::Type* VoidTy; +extern llvm::PointerType* VoidPointerTy; +extern llvm::PointerType* PointerPointerTy; #endif -- cgit v1.2.3