summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/OpenMP
diff options
context:
space:
mode:
authorSunil Srivastava <sunil_srivastava@playstation.sony.com>2015-05-12 22:44:24 +0000
committerSunil Srivastava <sunil_srivastava@playstation.sony.com>2015-05-12 22:44:24 +0000
commit19be68f0887f310c3ec527bad7e3eb43e6d25d62 (patch)
tree780fe56a6a855748367b70335f9b0d9509625d7a /polly/test/Isl/CodeGen/OpenMP
parent7aa0d4aac3b43a193cc3428bef40ab328adaf7ac (diff)
downloadbcm5719-llvm-19be68f0887f310c3ec527bad7e3eb43e6d25d62.tar.gz
bcm5719-llvm-19be68f0887f310c3ec527bad7e3eb43e6d25d62.zip
Changed renaming of local symbols by inserting a dot before the numeric suffix.
Modified two test cases to adjust to the above change in renaming. These two files were causing the buildbot failure in Polly, #30204 for example. Details in http://reviews.llvm.org/D9483 This checkin goes with r237150 and r237151 llvm-svn: 237203
Diffstat (limited to 'polly/test/Isl/CodeGen/OpenMP')
-rw-r--r--polly/test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll2
-rw-r--r--polly/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll b/polly/test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll
index 836b14f6562..50208227cf7 100644
--- a/polly/test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll
+++ b/polly/test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll
@@ -18,7 +18,7 @@
; AST-NEXT: Stmt_while_body(c0);
; IR: @update_model.polly.subfn
-; IR: @update_model.polly.subfn1
+; IR: @update_model.polly.subfn.1
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
diff --git a/polly/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll b/polly/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll
index abe5f5723e7..9e11057b910 100644
--- a/polly/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll
+++ b/polly/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll
@@ -16,7 +16,7 @@
; AST: Stmt_for_body35(c0);
; IR: @foo.polly.subfn
-; IR: @foo.polly.subfn1
+; IR: @foo.polly.subfn.1
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
OpenPOWER on IntegriCloud