Fix of a comment.
authorRoman Gareev <gareevroman@gmail.com>
Thu, 17 Dec 2015 20:47:10 +0000 (20:47 +0000)
committerRoman 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

index 3cd3a68d5e69723c629c1525efa2369049793250..18342a43c4ec40f781062c38882956934aaf1905 100644 (file)
@@ -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