[RISCV] Remove duplicate DebugLoc variables from cases in ReplaceNodeResults. NFC
authorCraig Topper <craig.topper@sifive.com>
Thu, 25 Mar 2021 03:21:29 +0000 (20:21 -0700)
committerCraig Topper <craig.topper@sifive.com>
Thu, 25 Mar 2021 03:23:03 +0000 (20:23 -0700)
commit0f99c6c56e73ef2265cb278ab8128eec5b30fee1
tree7a9c42c2dc91f6c99d1e9cb5333392dd28111866
parentc4fee95746caad924cd33ace36bad44a3dbffd79
[RISCV] Remove duplicate DebugLoc variables from cases in ReplaceNodeResults. NFC

We already created a DebugLoc at the top of the function. We can
just use that one.
llvm/lib/Target/RISCV/RISCVISelLowering.cpp