[PATCH] D19955: [MBB] Let MachineBasicBlock::updateTerminator() return if it updates the terminator or not. NFC.
Haicheng Wu via llvm-commits
llvm-commits at lists.llvm.org
Thu May 5 06:56:13 PDT 2016
haicheng added a comment.
In http://reviews.llvm.org/D19955#422233, @mcrosier wrote:
> AFAICT, the return value is never used. What is the purpose of the change?
This is part of my effort of enabling tail merging in mbp. I am going to use the return value to decide if I need to call the tail merging.
Repository:
rL LLVM
http://reviews.llvm.org/D19955
More information about the llvm-commits
mailing list