summaryrefslogtreecommitdiff
path: root/llvm_context.h
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.h
parentcc920390a43b6e79caba2b113621d54bcc954d76 (diff)
Update to Xcode 4.6. Further update to LLVM 3.2.HEADmaster
Diffstat (limited to 'llvm_context.h')
-rw-r--r--llvm_context.h14
1 files changed, 7 insertions, 7 deletions
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 <llvm/LLVMContext.h>
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