Commit fbda9991f4

joachimschmidt557 <joachim.schmidt557@outlook.com>
2021-04-17 19:42:54
stage2 codegen: Fix silent bug in reuseOperand
1 parent 4081e0a
Changed files (1)
src/codegen.zig
@@ -1247,7 +1247,6 @@ fn Function(comptime arch: std.Target.Cpu.Arch) type {
                 },
                 .stack_offset => |off| {
                     log.debug("reusing stack offset {} => {*}", .{ off, inst });
-                    return true;
                 },
                 else => return false,
             }