RISC-V: Use a tab rather than space with FSFLAGS
authorMaciej W. Rozycki <macro@embecosm.com>
Thu, 9 Jun 2022 13:34:34 +0000 (14:34 +0100)
committerMaciej W. Rozycki <macro@embecosm.com>
Thu, 9 Jun 2022 13:34:34 +0000 (14:34 +0100)
commit702a11ade2e87515a7dda1d1c028217bfe28e609
treeb27d6507956e37a7b707197deabd65dce6196743
parent97b81fb036342d32d2c80c0d5f3844406e06d3ae
RISC-V: Use a tab rather than space with FSFLAGS

Consistently use a tab rather than a space as the separator between the
assembly instruction mnemonic and its operand with FSFLAGS instructions
produced with the unordered FP comparison RTL insns.

gcc/
* config/riscv/riscv.md
(*f<quiet_pattern>_quiet<ANYF:mode><X:mode>4_default)
(*f<quiet_pattern>_quiet<ANYF:mode><X:mode>4_snan): Emit a tab
rather than space with FSFLAGS.
gcc/config/riscv/riscv.md