]> granicus.if.org Git - clang/commitdiff
Remove the return type from the check string in test case.
authorAkira Hatanaka <ahatanaka@apple.com>
Wed, 25 Jan 2017 23:16:32 +0000 (23:16 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Wed, 25 Jan 2017 23:16:32 +0000 (23:16 +0000)
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

test/CodeGen/lifetime2.c

index 620b43c9e1d359ec5c5068a275551db5b905191a..a1715f174e77caa505aa7bec2aa7a15d752f9a2a 100644 (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);