projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa4375
)
Fix of a comment.
author
Roman Gareev
<gareevroman@gmail.com>
Thu, 17 Dec 2015 20:47:10 +0000
(20:47 +0000)
committer
Roman Gareev
<gareevroman@gmail.com>
Thu, 17 Dec 2015 20:47:10 +0000
(20:47 +0000)
llvm-svn: 255923
polly/test/ScopDetect/scev_remove_max.ll
patch
|
blob
|
history
diff --git
a/polly/test/ScopDetect/scev_remove_max.ll
b/polly/test/ScopDetect/scev_remove_max.ll
index 3cd3a68d5e69723c629c1525efa2369049793250..18342a43c4ec40f781062c38882956934aaf1905 100644
(file)
--- a/
polly/test/ScopDetect/scev_remove_max.ll
+++ b/
polly/test/ScopDetect/scev_remove_max.ll
@@
-1,7
+1,7
@@
; RUN: opt %loadPolly -polly-detect < %s
; This test case helps to determine wether SCEVRemoveMax::remove produces
-; an infinite loop and a segmentation fault, if it processes, for ex
ma
ple,
+; an infinite loop and a segmentation fault, if it processes, for ex
am
ple,
; '((-1 + (-1 * %b1)) umax {(-1 + (-1 * %yStart)),+,-1}<%.preheader>)'.
;
; In this case, the SCoP is invalid. However, SCoP detection failed when