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:
Akira Hatanaka 2017-01-25 23:16:32 +00:00
parent 25c731874d
commit cb904604c9
1 changed files with 1 additions and 1 deletions

View File

@ -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);