diff options
-rw-r--r-- | polly/test/ScopDetect/scev_remove_max.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopDetect/scev_remove_max.ll b/polly/test/ScopDetect/scev_remove_max.ll index 3cd3a68d5e6..18342a43c4e 100644 --- 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 exmaple, +; an infinite loop and a segmentation fault, if it processes, for example, ; '((-1 + (-1 * %b1)) umax {(-1 + (-1 * %yStart)),+,-1}<%.preheader>)'. ; ; In this case, the SCoP is invalid. However, SCoP detection failed when |