aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen/llvm.zig')
-rw-r--r--src/codegen/llvm.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig
index 4bf719f4c0..b1046582fa 100644
--- a/src/codegen/llvm.zig
+++ b/src/codegen/llvm.zig
@@ -1722,7 +1722,7 @@ pub const DeclGen = struct {
decl.alive = true;
log.debug("{*} ({s}) marked alive by {*} ({s})", .{
- decl, decl.name,
+ decl, decl.name,
dg.decl, dg.decl.name,
});