[RISCV] Add curly braces around a case body that declares variables. NFC
authorCraig Topper <craig.topper@sifive.com>
Fri, 16 Jul 2021 01:06:59 +0000 (18:06 -0700)
committerCraig Topper <craig.topper@sifive.com>
Fri, 16 Jul 2021 16:35:56 +0000 (09:35 -0700)
commit0ce13f92b7c6b368c0d1862d9e76540aad9629a6
treecde089559b0b618827a153c7a1ba756c76e29bca
parent4d188a6524083ef79dae910215d4b34fad595358
[RISCV] Add curly braces around a case body that declares variables. NFC

This is at the end of the switch so doesn't cause any issues now,
but if a new case is added it will break.
llvm/lib/Target/RISCV/RISCVISelLowering.cpp