summaryrefslogtreecommitdiff
path: root/test/Analysis
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
commit7ce3a725d3dd69c437a5a2c079973bd9af56fce1 (patch)
tree6cb5e11e50806ece68095e8b5a14f0ae7176ba33 /test/Analysis
parentef3a12f9848debb8cd9d7e5f28e8ee7069943201 (diff)
downloadllvm-7ce3a725d3dd69c437a5a2c079973bd9af56fce1.tar.gz
llvm-7ce3a725d3dd69c437a5a2c079973bd9af56fce1.tar.bz2
llvm-7ce3a725d3dd69c437a5a2c079973bd9af56fce1.tar.xz
Test case comments. Fix sloppiness.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209551 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/ScalarEvolution/max-trip-count.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/ScalarEvolution/max-trip-count.ll b/test/Analysis/ScalarEvolution/max-trip-count.ll
index d67d2fab2e..75f7418f14 100644
--- a/test/Analysis/ScalarEvolution/max-trip-count.ll
+++ b/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