summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Gareev <gareevroman@gmail.com>2015-12-17 20:47:10 +0000
committerRoman Gareev <gareevroman@gmail.com>2015-12-17 20:47:10 +0000
commit22803d448864110b4b488b673ce3b230514160fc (patch)
tree9b44a193dbb2cd07010401fda8bb594f97895695
parent8aa437503cfcc8f84324f5dc7e0e8209904bc774 (diff)
downloadbcm5719-llvm-22803d448864110b4b488b673ce3b230514160fc.tar.gz
bcm5719-llvm-22803d448864110b4b488b673ce3b230514160fc.zip
Fix of a comment.
llvm-svn: 255923
-rw-r--r--polly/test/ScopDetect/scev_remove_max.ll2
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
OpenPOWER on IntegriCloud