Skip to content
Snippets Groups Projects
Commit dd148cc3 authored by Akira Hatanaka's avatar Akira Hatanaka
Browse files

Remove the return type from the check string in test case.

Bots were failing because some targets emit signext before i32.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293108 91177308-0d34-0410-b5e6-96231b3b80d8
parent f7afaaad
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ L: ...@@ -90,7 +90,7 @@ L:
bar(&x, 1); 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, // O2-NOT: call void @llvm.lifetime.{{.*}}(i64 4,
extern void foo2(int p); extern void foo2(int p);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment