There is an incorrect sentence in the documentation of the function
th_mempair_order_operands(). Let's remove it.
gcc/ChangeLog:
* config/riscv/thead.cc (th_mempair_operands_p):
Fix documentation of th_mempair_order_operands().
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
}
/* Given OPERANDS of consecutive load/store that can be merged,
- swap them if they are not in ascending order.
- Return true if swap was performed. */
+ swap them if they are not in ascending order. */
+
void
th_mempair_order_operands (rtx operands[4], bool load_p, machine_mode mode)
{