aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
diff options
context:
space:
mode:
authorantlilja <liljaanton2001@gmail.com>2024-03-17 16:25:59 +0100
committerantlilja <liljaanton2001@gmail.com>2024-03-17 16:25:59 +0100
commitb20cee586c6bd1cbc0c5364e8ebe5ae7ecf0ca1f (patch)
tree931322efc04898ad312e25c2519ad06668b86d9a /src/codegen
parent37a4d9391f9585759d4c0d274393a3ddb3e2e76b (diff)
downloadzig-b20cee586c6bd1cbc0c5364e8ebe5ae7ecf0ca1f.tar.gz
zig-b20cee586c6bd1cbc0c5364e8ebe5ae7ecf0ca1f.zip
LLVM: Fix incorrect fast constant in FastMath packed struct
Diffstat (limited to 'src/codegen')
-rw-r--r--src/codegen/llvm/Builder.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen/llvm/Builder.zig b/src/codegen/llvm/Builder.zig
index d98afb3389..f8ed5dc751 100644
--- a/src/codegen/llvm/Builder.zig
+++ b/src/codegen/llvm/Builder.zig
@@ -6839,7 +6839,7 @@ pub const FastMath = packed struct(u8) {
.arcp = true,
.contract = true,
.afn = true,
- .realloc = true,
+ .reassoc = true,
};
};