mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove set volatile for store
This commit is contained in:
@@ -984,7 +984,7 @@ gb_internal void lb_emit_store(lbProcedure *p, lbValue ptr, lbValue value) {
|
|||||||
|
|
||||||
instr = LLVMBuildStore(p->builder, value.value, ptr.value);
|
instr = LLVMBuildStore(p->builder, value.value, ptr.value);
|
||||||
}
|
}
|
||||||
LLVMSetVolatile(instr, p->in_multi_assignment);
|
// LLVMSetVolatile(instr, p->in_multi_assignment);
|
||||||
}
|
}
|
||||||
|
|
||||||
gb_internal LLVMTypeRef llvm_addr_type(lbModule *module, lbValue addr_val) {
|
gb_internal LLVMTypeRef llvm_addr_type(lbModule *module, lbValue addr_val) {
|
||||||
|
|||||||
Reference in New Issue
Block a user