[PATCH] D22603: [coroutines] Part 1 of N: Documentation

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 23:25:11 PDT 2016


majnemer added inline comments.

================
Comment at: docs/Coroutines.rst:659
@@ +658,3 @@
+      declare <type>* @llvm.coro.promise.p0<type>(i8* <handle>)
+
+Overview:
----------------
I was suggesting:
  declare i8* @llvm.coro.promise(i8* <handle>)


https://reviews.llvm.org/D22603





More information about the llvm-commits mailing list