Commit 2c971f0085

Jakub Konka <kubkon@jakubkonka.com>
2022-09-15 22:42:31
fix code formatting
1 parent e35a16c
Changed files (1)
src
arch
aarch64
src/arch/aarch64/Emit.zig
@@ -845,8 +845,7 @@ fn mirLoadMemoryPie(emit: *Emit, inst: Mir.Inst.Index) !void {
     try emit.writeInstruction(Instruction.adrp(reg.to64(), 0));
 
     switch (tag) {
-        .load_memory_got,
-        => {
+        .load_memory_got => {
             // ldr reg, reg, offset
             try emit.writeInstruction(Instruction.ldr(
                 reg,