From dd148cc36c06cb9de1501f8987b94aaa81a6a7ac Mon Sep 17 00:00:00 2001
From: Akira Hatanaka <ahatanaka@apple.com>
Date: Wed, 25 Jan 2017 23:16:32 +0000
Subject: [PATCH] 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
---
 test/CodeGen/lifetime2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/CodeGen/lifetime2.c b/test/CodeGen/lifetime2.c
index 620b43c9e1d..a1715f174e7 100644
--- a/test/CodeGen/lifetime2.c
+++ b/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);
-- 
GitLab