[llvm] r209551 - Test case comments. Fix sloppiness.

Andrew Trick atrick at apple.com
Fri May 23 13:46:22 PDT 2014


Author: atrick
Date: Fri May 23 15:46:21 2014
New Revision: 209551

URL: http://llvm.org/viewvc/llvm-project?rev=209551&view=rev
Log:
Test case comments. Fix sloppiness.

Modified:
    llvm/trunk/test/Analysis/ScalarEvolution/max-trip-count.ll

Modified: llvm/trunk/test/Analysis/ScalarEvolution/max-trip-count.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/ScalarEvolution/max-trip-count.ll?rev=209551&r1=209550&r2=209551&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/ScalarEvolution/max-trip-count.ll (original)
+++ llvm/trunk/test/Analysis/ScalarEvolution/max-trip-count.ll Fri May 23 15:46:21 2014
@@ -125,7 +125,7 @@ bar.exit:
   ret i32 0
 }
 
-; Here we have a must-exit loop latch that is not computabe and a
+; Here we have a must-exit loop latch that is not computable and a
 ; may-exit early exit that can only have one non-exiting iteration
 ; before the check is forever skipped.
 ;
@@ -155,7 +155,7 @@ bar.exit:
   ret i32 0
 }
 
-; This loop has two must-exits, both of with dominate the latch. The
+; This loop has two must-exits, both of which dominate the latch. The
 ; MaxBECount should be the minimum of them.
 ;
 ; CHECK-LABEL: @two_mustexit





More information about the llvm-commits mailing list