From fdbbf1d401de5a9a191b00848e2825c98cc02e08 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 22 Jan 2015 01:33:41 +0000 Subject: [PATCH] Revert "Try to fix -Asserts build bots." This reverts commit r226758. Looks like rnk's 226757 fixed the real issue. Sorry for the noise. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226759 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/2009-01-05-BlockInlining.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/2009-01-05-BlockInlining.c b/test/CodeGen/2009-01-05-BlockInlining.c index 3a5fc89193..61e5244bb6 100644 --- a/test/CodeGen/2009-01-05-BlockInlining.c +++ b/test/CodeGen/2009-01-05-BlockInlining.c @@ -5,8 +5,8 @@ // and block literals are internal constants. // CHECK: @__block_descriptor_tmp = internal constant // CHECK: @__block_literal_global = internal constant -// CHECK: @__block_descriptor_tmp{{.}} = internal constant -// CHECK: @__block_literal_global{{.}} = internal constant +// CHECK: @__block_descriptor_tmp2 = internal constant +// CHECK: @__block_literal_global3 = internal constant static int fun(int x) { return x+1; } -- 2.50.1