[PATCH] D19955: [MBB] Let MachineBasicBlock::updateTerminator() return if it updates the terminator or not. NFC.

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 11:03:51 PDT 2016


qcolombet added a subscriber: qcolombet.
qcolombet added a comment.

Hi,

If you start adding returns in a bunch of places, you should get rid of the useless else.

Cheers,
-Quentin


Repository:
  rL LLVM

http://reviews.llvm.org/D19955





More information about the llvm-commits mailing list