forked from OSchip/llvm-project
Remove the return type from the check string in test case.
Bots were failing because some targets emit signext before i32. llvm-svn: 293108
This commit is contained in:
parent
25c731874d
commit
cb904604c9
|
@ -90,7 +90,7 @@ L:
|
|||
bar(&x, 1);
|
||||
}
|
||||
|
||||
// O2-LABEL: define i32 @jump_backward_over_declaration(
|
||||
// O2-LABEL: @jump_backward_over_declaration(
|
||||
// O2-NOT: call void @llvm.lifetime.{{.*}}(i64 4,
|
||||
|
||||
extern void foo2(int p);
|
||||
|
|
Loading…
Reference in New Issue