Changed renaming of local symbols by inserting a dot before the numeric suffix.
authorSunil Srivastava <sunil_srivastava@playstation.sony.com>
Tue, 12 May 2015 22:44:24 +0000 (22:44 +0000)
committerSunil Srivastava <sunil_srivastava@playstation.sony.com>
Tue, 12 May 2015 22:44:24 +0000 (22:44 +0000)
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

polly/test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll
polly/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll

index 836b14f..5020822 100644 (file)
@@ -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"
 
index abe5f57..9e11057 100644 (file)
@@ -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"