[RISCV][committed] Remove spurious newline in ztso sequence
commit39491441a3aca7725d5a6dfeea4b01229d30c899
authorJeff Law <jlaw@ventanamicro.com>
Mon, 21 Aug 2023 17:20:28 +0000 (21 11:20 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Mon, 21 Aug 2023 17:20:28 +0000 (21 11:20 -0600)
tree68b692fda5adbae3561d2212d961662160e00e07
parent04eea1ec33340f6aae7681f67d75e173b76e346c
[RISCV][committed] Remove spurious newline in ztso sequence

amo-table-ztso-load-3 the coordination branch after merging up the Ztso changes
due to a spurious newline in the output causing scan-function-body to fail.
There's probably an over-zealous .* or similar regexp in the framework.  I
didn't see it in a quick scan, but could have easily missed it.

Regardless, fixing the extraneous newline is easy :-)

gcc/
* config/riscv/sync-ztso.md (atomic_load_ztso<mode>): Avoid extraenous
newline.
gcc/config/riscv/sync-ztso.md