r226758 - Try to fix -Asserts build bots.

Rafael Espindola rafael.espindola at gmail.com
Wed Jan 21 17:26:40 PST 2015


Author: rafael
Date: Wed Jan 21 19:26:39 2015
New Revision: 226758

URL: http://llvm.org/viewvc/llvm-project?rev=226758&view=rev
Log:
Try to fix -Asserts build bots.

Modified:
    cfe/trunk/test/CodeGen/2009-01-05-BlockInlining.c

Modified: cfe/trunk/test/CodeGen/2009-01-05-BlockInlining.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2009-01-05-BlockInlining.c?rev=226758&r1=226757&r2=226758&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2009-01-05-BlockInlining.c (original)
+++ cfe/trunk/test/CodeGen/2009-01-05-BlockInlining.c Wed Jan 21 19:26:39 2015
@@ -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_tmp2 = internal constant
-// CHECK: @__block_literal_global3 = internal constant
+// CHECK: @__block_descriptor_tmp{{.}} = internal constant
+// CHECK: @__block_literal_global{{.}} = internal constant
 static int fun(int x) {
 	return x+1;
 }





More information about the cfe-commits mailing list