Skip to content

Commit

Permalink
Fix build break introduced by D115847
Browse files Browse the repository at this point in the history
Because CoroEarly is also run, the `coroutine.presplit` attr should be
0.
  • Loading branch information
mtrofin committed Jan 18, 2022
1 parent 275e7d1 commit c4f6663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/Transforms/Inline/ML/state-tracking-coro.ll
Expand Up @@ -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
Expand Down

0 comments on commit c4f6663

Please sign in to comment.