Fix build break introduced by D115847

Because CoroEarly is also run, the `coroutine.presplit` attr should be
0.
This commit is contained in:
Mircea Trofin 2022-01-18 11:33:26 -08:00
parent 275e7d197c
commit c4f66632da
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
declare i8* @malloc(i64)
declare void @print(i32)
define void @a() "coroutine.presplit"="1" {
define void @a() "coroutine.presplit"="0" {
entry:
%ref.tmp7 = alloca %"struct.lean_future<int>::Awaiter", align 8
%testval = alloca i32