summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2014-05-23 20:46:21 +0000
committerAndrew Trick <atrick@apple.com>2014-05-23 20:46:21 +0000
commitb429083aff15c87ddf598fc09309b55bb1299bf1 (patch)
tree29a822f06a1a5ed8773288e7ca5aff43849b4033
parentef2c4fb25bf01a2c1a921080383ab61d16d7b5a0 (diff)
downloadbcm5719-llvm-b429083aff15c87ddf598fc09309b55bb1299bf1.tar.gz
bcm5719-llvm-b429083aff15c87ddf598fc09309b55bb1299bf1.zip
Test case comments. Fix sloppiness.
llvm-svn: 209551
-rw-r--r--llvm/test/Analysis/ScalarEvolution/max-trip-count.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/max-trip-count.ll b/llvm/test/Analysis/ScalarEvolution/max-trip-count.ll
index d67d2fab2e3..75f7418f14a 100644
--- a/llvm/test/Analysis/ScalarEvolution/max-trip-count.ll
+++ b/llvm/test/Analysis/ScalarEvolution/max-trip-count.ll
@@ -125,7 +125,7 @@ bar.exit: ; preds = %for.cond.i, %for.bo
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: ; preds = %for.cond.i, %for.bo
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
OpenPOWER on IntegriCloud