[RISCV] Move comments before 'if' instead of after. NFC
authorCraig Topper <craig.topper@sifive.com>
Sun, 16 Jul 2023 05:46:38 +0000 (22:46 -0700)
committerCraig Topper <craig.topper@sifive.com>
Sun, 16 Jul 2023 05:47:52 +0000 (22:47 -0700)
commitef1ccc493e6167488ac10da2842fa7cac2746565
tree0cad93463c3fd7145333a2b92e2f063ee5f9196f
parent2b0b85c05e74afa395f4250e1bff7ce6a51917af
[RISCV] Move comments before 'if' instead of after. NFC

This allows us to remove some curly braces around the if body.
The code wasn't consistent about it anyway. Comments before is
used in other places in this file already.

Differential Revision: https://reviews.llvm.org/D155390
llvm/lib/Target/RISCV/RISCVISelLowering.cpp