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

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 25 15:16:33 PST 2017


Author: ahatanak
Date: Wed Jan 25 17:16:32 2017
New Revision: 293108

URL: http://llvm.org/viewvc/llvm-project?rev=293108&view=rev
Log:
Remove the return type from the check string in test case.

Bots were failing because some targets emit signext before i32.

Modified:
    cfe/trunk/test/CodeGen/lifetime2.c

Modified: cfe/trunk/test/CodeGen/lifetime2.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/lifetime2.c?rev=293108&r1=293107&r2=293108&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/lifetime2.c (original)
+++ cfe/trunk/test/CodeGen/lifetime2.c Wed Jan 25 17:16:32 2017
@@ -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);




More information about the cfe-commits mailing list