From: Rafael Espindola Date: Thu, 22 Jan 2015 01:33:41 +0000 (+0000) Subject: Revert "Try to fix -Asserts build bots." X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdbbf1d401de5a9a191b00848e2825c98cc02e08;p=clang 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 --- 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; }