[llvm-commits] [llvm] r70331 - /llvm/trunk/test/Analysis/ScalarEvolution/avoid-smax-1.ll
Dan Gohman
gohman at apple.com
Tue Apr 28 14:54:24 PDT 2009
Author: djg
Date: Tue Apr 28 16:54:23 2009
New Revision: 70331
URL: http://llvm.org/viewvc/llvm-project?rev=70331&view=rev
Log:
Fix a grammaro in a comment.
Modified:
llvm/trunk/test/Analysis/ScalarEvolution/avoid-smax-1.ll
Modified: llvm/trunk/test/Analysis/ScalarEvolution/avoid-smax-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/ScalarEvolution/avoid-smax-1.ll?rev=70331&r1=70330&r2=70331&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/ScalarEvolution/avoid-smax-1.ll (original)
+++ llvm/trunk/test/Analysis/ScalarEvolution/avoid-smax-1.ll Tue Apr 28 16:54:23 2009
@@ -6,7 +6,7 @@
; for the bb6 loop without using a maximum calculation (icmp, select)
; because it should be able to prove that the comparison is guarded
; by an appropriate conditional branch. Unfortunately, indvars is
-; not yet able to find the comparison for the other too loops in
+; not yet able to find the comparison for the other two loops in
; this testcase.
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
More information about the llvm-commits
mailing list