aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.coroutines
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.coroutines')
-rw-r--r--ChangeLog.coroutines6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.coroutines b/ChangeLog.coroutines
index 64a0ab88316..089244cba33 100644
--- a/ChangeLog.coroutines
+++ b/ChangeLog.coroutines
@@ -1,6 +1,12 @@
2019-11-29 Iain Sandoe <iain@sandoe.co.uk>
gcc/
+ * coroutine-passes.cc (lower_coro_builtin): Use nodes and APIs
+ consistent with other places in the middle end.
+
+2019-11-29 Iain Sandoe <iain@sandoe.co.uk>
+
+ gcc/
* coroutine-passes.cc (lower_coro_builtin): Use ptr_type_node
throughout instead of building nodes each time.