Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>2015-04-13 01:53:33 +0300
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>2015-04-13 01:53:33 +0300
commitc3e91b4d510a9a2374f739dd27abea747b66b24a (patch)
tree27561058d78475d5abdc4e99df99179ba9caf333 /polly/test
parentf3e98f44e3cf9f326d12e1d87a438526d5373863 (diff)
[FIX] Change old diagnostic output
llvm-svn: 234712
Diffstat (limited to 'polly/test')
-rw-r--r--polly/test/ScopDetectionDiagnostics/ReportLoopBound-01.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopDetectionDiagnostics/ReportLoopBound-01.ll b/polly/test/ScopDetectionDiagnostics/ReportLoopBound-01.ll
index 882b891bf4dd..09684276b3e4 100644
--- a/polly/test/ScopDetectionDiagnostics/ReportLoopBound-01.ll
+++ b/polly/test/ScopDetectionDiagnostics/ReportLoopBound-01.ll
@@ -22,7 +22,7 @@
; If we allow non-affine loops and non-affine accesses the region will be reported as not profitable:
;
; ALLOWNONAFFINEALL: remark: ReportLoopBound-01.c:2:8: The following errors keep this region from being a Scop.
-; ALLOWNONAFFINEALL: remark: ReportLoopBound-01.c:3:5: The regions does not seem to be amendable to profitable polyhedral optimization
+; ALLOWNONAFFINEALL: remark: ReportLoopBound-01.c:3:5: No profitable polyhedral optimization found
; ALLOWNONAFFINEALL: remark: ReportLoopBound-01.c:3:5: Invalid Scop candidate ends here.
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"