r226759 - Revert "Try to fix -Asserts build bots."
Rafael Espindola
rafael.espindola at gmail.com
Wed Jan 21 17:33:41 PST 2015
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;
}
More information about the cfe-commits
mailing list