summaryrefslogtreecommitdiff
path: root/llvm_context.mm
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-03-29 22:53:36 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2013-03-29 22:53:36 +0100
commitd2b03ad4635e30977f13f5bcfb02b79a2c28e0ec (patch)
tree2b3a5a83f5c01e5d3fb39de0ea75485240f94249 /llvm_context.mm
parentcc920390a43b6e79caba2b113621d54bcc954d76 (diff)
Update to Xcode 4.6. Further update to LLVM 3.2.HEADmaster
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;