fix packed gep loads with wrong alignment

This commit is contained in:
Laytan Laats
2024-05-02 19:23:17 +02:00
parent 58c0abb98d
commit 77efdcd899
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -66,6 +66,7 @@ struct lbProcedure;
struct lbValue {
LLVMValueRef value;
Type *type;
bool is_packed;
};