Change all the return statements to return true/false.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
This comment was removed by haicheng.
Comment Actions
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.
Comment Actions
Hi,
If you start adding returns in a bunch of places, you should get rid of the useless else.
Cheers,
-Quentin
Comment Actions
I committed rL270773 to reduce the indentation of this function, per the coding guidelines. You need to either rebase this patch on top of that commit or I might even suggest just integrating this change into the patch that enables tail merging in MBP.