Message ID | 0fe0fbca-d8cc-2ac7-bae7-328bdab9bd47@gmail.com |
---|---|
State | New |
Headers | show |
Series | [RISCV,committed] Remove spurious newline in ztso sequence | expand |
diff --git a/gcc/config/riscv/sync-ztso.md b/gcc/config/riscv/sync-ztso.md index 91c2a48c069..ed94471b96b 100644 --- a/gcc/config/riscv/sync-ztso.md +++ b/gcc/config/riscv/sync-ztso.md @@ -52,7 +52,7 @@ (define_insn "atomic_load_ztso<mode>" if (model == MEMMODEL_SEQ_CST) return "fence\trw,rw\;" - "l<amo>\t%0,%1\;"; + "l<amo>\t%0,%1"; else return "l<amo>\t%0,%1"; } @@ -77,4 +77,4 @@ (define_insn "atomic_store_ztso<mode>" return "s<amo>\t%z1,%0"; } [(set_attr "type" "atomic") - (set (attr "length") (const_int 8))]) \ No newline at end of file + (set (attr "length") (const_int 8))])