diff options
author | Akira Hatanaka <ahatanaka@apple.com> | 2017-01-25 23:16:32 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@apple.com> | 2017-01-25 23:16:32 +0000 |
commit | cb904604c9732628b0f42fdf55b1b8d2ed9569f5 (patch) | |
tree | 3a24de1793c0048fdc80ad5514289865eec8105d /clang/test/CodeGen/lifetime2.c | |
parent | 25c731874dcf9665b887ec32f1b4e60748007813 (diff) | |
download | bcm5719-llvm-cb904604c9732628b0f42fdf55b1b8d2ed9569f5.tar.gz bcm5719-llvm-cb904604c9732628b0f42fdf55b1b8d2ed9569f5.zip |
Remove the return type from the check string in test case.
Bots were failing because some targets emit signext before i32.
llvm-svn: 293108
Diffstat (limited to 'clang/test/CodeGen/lifetime2.c')
-rw-r--r-- | clang/test/CodeGen/lifetime2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/lifetime2.c b/clang/test/CodeGen/lifetime2.c index 620b43c9e1d..a1715f174e7 100644 --- a/clang/test/CodeGen/lifetime2.c +++ b/clang/test/CodeGen/lifetime2.c @@ -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); |