Author: rafael
Date: Wed Jan 21 19:33:41 2015
New Revision: 226759
URL: http://llvm.org/viewvc/llvm-project?rev=226759&view=rev
Log:
Revert "Try to fix -Asserts build bots."
This reverts commit r226758.
Looks like rnk's 226757 fixed the real issue.
Sorry for the noise.
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=226759&r1=226758&r2=226759&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:33:41 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_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;
}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits