[polly] r255923 - Fix of a comment.

Roman Gareev via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 12:47:11 PST 2015


Author: romangareev
Date: Thu Dec 17 14:47:10 2015
New Revision: 255923

URL: http://llvm.org/viewvc/llvm-project?rev=255923&view=rev
Log:
Fix of a comment.

Modified:
    polly/trunk/test/ScopDetect/scev_remove_max.ll

Modified: polly/trunk/test/ScopDetect/scev_remove_max.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopDetect/scev_remove_max.ll?rev=255923&r1=255922&r2=255923&view=diff
==============================================================================
--- polly/trunk/test/ScopDetect/scev_remove_max.ll (original)
+++ polly/trunk/test/ScopDetect/scev_remove_max.ll Thu Dec 17 14:47:10 2015
@@ -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




More information about the llvm-commits mailing list