summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2009-01-05-BlockInlining.c
diff options
context:
space:
mode:
authorSunil Srivastava <sunil_srivastava@playstation.sony.com>2015-05-12 16:48:43 +0000
committerSunil Srivastava <sunil_srivastava@playstation.sony.com>2015-05-12 16:48:43 +0000
commit3acf6275e629caba57e061b01adaf5185d81ac61 (patch)
tree50f4d739d87beecd02d9331ff709210df312ac62 /clang/test/CodeGen/2009-01-05-BlockInlining.c
parentd79dfcbc37b1b0909c2340d4c7b0e00aa090597f (diff)
downloadbcm5719-llvm-3acf6275e629caba57e061b01adaf5185d81ac61.tar.gz
bcm5719-llvm-3acf6275e629caba57e061b01adaf5185d81ac61.zip
Changed renaming of local symbols by inserting a dot vefore the numeric suffix
details in http://reviews.llvm.org/D9483 goes with llvm checkin r237150 llvm-svn: 237151
Diffstat (limited to 'clang/test/CodeGen/2009-01-05-BlockInlining.c')
-rw-r--r--clang/test/CodeGen/2009-01-05-BlockInlining.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/2009-01-05-BlockInlining.c b/clang/test/CodeGen/2009-01-05-BlockInlining.c
index 61e5244bb68..300b6ca55ab 100644
--- a/clang/test/CodeGen/2009-01-05-BlockInlining.c
+++ b/clang/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_tmp2 = internal constant
-// CHECK: @__block_literal_global3 = internal constant
+// CHECK: @__block_descriptor_tmp.2 = internal constant
+// CHECK: @__block_literal_global.3 = internal constant
static int fun(int x) {
return x+1;
}
OpenPOWER on IntegriCloud