Re: r251371 - Use early exits to reduce indentation.

2015-10-26 Thread Eric Christopher via cfe-commits
Thank you very much for the suggestion, it helped clean up the algorithm for what I was trying to do in r251388. -eric On Mon, Oct 26, 2015 at 5:12 PM Eric Christopher wrote: > On Mon, Oct 26, 2015 at 5:11 PM David Blaikie wrote: > >> On Mon, Oct 26, 2015 at 5:06 PM, Eric Christopher via cfe-c

Re: r251371 - Use early exits to reduce indentation.

2015-10-26 Thread Eric Christopher via cfe-commits
On Mon, Oct 26, 2015 at 5:11 PM David Blaikie wrote: > On Mon, Oct 26, 2015 at 5:06 PM, Eric Christopher via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> Author: echristo >> Date: Mon Oct 26 19:06:21 2015 >> New Revision: 251371 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=251371

Re: r251371 - Use early exits to reduce indentation.

2015-10-26 Thread David Blaikie via cfe-commits
On Mon, Oct 26, 2015 at 5:06 PM, Eric Christopher via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: echristo > Date: Mon Oct 26 19:06:21 2015 > New Revision: 251371 > > URL: http://llvm.org/viewvc/llvm-project?rev=251371&view=rev > Log: > Use early exits to reduce indentation. > > Mod

r251371 - Use early exits to reduce indentation.

2015-10-26 Thread Eric Christopher via cfe-commits
Author: echristo Date: Mon Oct 26 19:06:21 2015 New Revision: 251371 URL: http://llvm.org/viewvc/llvm-project?rev=251371&view=rev Log: Use early exits to reduce indentation. Modified: cfe/trunk/lib/CodeGen/CGBuiltin.cpp Modified: cfe/trunk/lib/CodeGen/CGBuiltin.cpp URL: http://llvm.org/view