[RISCV] Replace 'return ReplaceNode' with 'ReplaceNode; return;' NFC
authorCraig Topper <craig.topper@sifive.com>
Wed, 7 Apr 2021 19:17:42 +0000 (12:17 -0700)
committerCraig Topper <craig.topper@sifive.com>
Wed, 7 Apr 2021 19:18:41 +0000 (12:18 -0700)
commit98952851911624918c9bb7309dd8030a73f8ef76
tree767af78c12a2a2a52c861a360a1f6d852082030d
parent6e36859a84df8add520d5f48f15eea236e2b32e2
[RISCV] Replace 'return ReplaceNode' with 'ReplaceNode; return;' NFC

ReplaceNode is a void function as is the function that we were
doing this in. While this is valid code, it was a bit confusing.
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp