aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend.hpp
diff options
context:
space:
mode:
authorLaytan Laats <laytanlaats@hotmail.com>2024-05-02 19:23:17 +0200
committerLaytan Laats <laytanlaats@hotmail.com>2024-05-07 16:52:46 +0200
commit77efdcd89911f1c9b831cfcf5e5aba49ec8d53d5 (patch)
tree331fd8d41472f19008ca1e85b22a5a06018fb25c /src/llvm_backend.hpp
parent58c0abb98d50fa9f2cd1e0ab2ce255430f5d9253 (diff)
fix packed gep loads with wrong alignment
Diffstat (limited to 'src/llvm_backend.hpp')
-rw-r--r--src/llvm_backend.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/llvm_backend.hpp b/src/llvm_backend.hpp
index 9f7bc8843..0fed376aa 100644
--- a/src/llvm_backend.hpp
+++ b/src/llvm_backend.hpp
@@ -66,6 +66,7 @@ struct lbProcedure;
struct lbValue {
LLVMValueRef value;
Type *type;
+ bool is_packed;
};