r279741 - in /branches/c++-coroutines: ChangeLo...

iains@gcc.gnu.org iains@gcc.gnu.org
Fri Dec 27 16:23:00 GMT 2019


Author: iains
Date: Fri Dec 27 16:23:55 2019
New Revision: 279741

URL: https://gcc.gnu.org/viewcvs?rev=279741&root=gcc&view=rev
Log:
c++-coroutines - Remove unnecessary control flow, re-indent.

There's no need to check 'changed' it's already done above. Remove
this and reduce indentation.

2019-12-27  Iain Sandoe  <iain@sandoe.co.uk>

	gcc/
	* coroutine-passes.cc (execute_early_expand_coro_ifns):
	Remove unneeded control flow and reindent.


Modified:
    branches/c++-coroutines/ChangeLog.coroutines
    branches/c++-coroutines/gcc/coroutine-passes.cc



More information about the Gcc-cvs mailing list