diff options
Diffstat (limited to 'llvm_context.h')
-rw-r--r-- | llvm_context.h | 14 |
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 |