summaryrefslogtreecommitdiff
path: root/test/CodeGen/2009-01-05-BlockInlining.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2009-01-05-BlockInlining.c')
-rw-r--r--test/CodeGen/2009-01-05-BlockInlining.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/2009-01-05-BlockInlining.c b/test/CodeGen/2009-01-05-BlockInlining.c
index 2ae9b70bb8..9153771f3a 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_tmp1 = internal constant
-// CHECK: @__block_literal_global2 = internal constant
+// CHECK: @__block_descriptor_tmp2 = internal constant
+// CHECK: @__block_literal_global3 = internal constant
static int fun(int x) {
return x+1;
}