about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/asm.rs
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2023-06-19 18:51:02 -0400
committerAntoni Boucher <bouanto@zoho.com>2023-06-19 18:51:02 -0400
commit4d96893d853a261e5d59c860108c3ddd3872c544 (patch)
tree5d2c37aea2f88c37d1b8b926456703652719fcda /compiler/rustc_codegen_gcc/src/asm.rs
parent405130538938e2d63a761b7d8d6b27d26e634c33 (diff)
parent1bbee3e217d75e7bc3bfe5d8c1b35e776fce96e6 (diff)
downloadrust-4d96893d853a261e5d59c860108c3ddd3872c544.tar.gz
rust-4d96893d853a261e5d59c860108c3ddd3872c544.zip
Merge commit '1bbee3e217d75e7bc3bfe5d8c1b35e776fce96e6' into sync-cg_gcc-2023-06-19
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/asm.rs')
-rw-r--r--compiler/rustc_codegen_gcc/src/asm.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/src/asm.rs b/compiler/rustc_codegen_gcc/src/asm.rs
index 250aa79f8d6..4c3b7f5036c 100644
--- a/compiler/rustc_codegen_gcc/src/asm.rs
+++ b/compiler/rustc_codegen_gcc/src/asm.rs
@@ -518,7 +518,6 @@ impl<'a, 'gcc, 'tcx> AsmBuilderMethods<'tcx> for Builder<'a, 'gcc, 'tcx> {
                 OperandValue::Immediate(op.tmp_var.to_rvalue()).store(self, place);
             }
         }
-
     }
 }