Fix Coroutines doc example
SSA was broken.
llvm-svn: 276843
diff --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst
index 87d5022..4fbdabf 100644
--- a/llvm/docs/Coroutines.rst
+++ b/llvm/docs/Coroutines.rst
@@ -166,7 +166,7 @@
entry:
%alloc = call noalias i8* @malloc(i32 24)
%0 = call noalias i8* @llvm.coro.begin(i8* %alloc, i32 0, i8* null, i8* null)
- %frame = bitcast i8* %frame to %f.frame*
+ %frame = bitcast i8* %0 to %f.frame*
%1 = getelementptr %f.frame, %f.frame* %frame, i32 0, i32 0
store void (%f.frame*)* @f.resume, void (%f.frame*)** %1
%2 = getelementptr %f.frame, %f.frame* %frame, i32 0, i32 1