summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-12-30 01:42:34 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-12-30 01:42:34 +0000
commita51edf0986567bd81e261950f75a72b7462b2274 (patch)
treef9adab16468819adb2c00f2bc70e796278520bd2 /test
parent529ec718ac6844d2b8b60cb668c80dc5d5acf979 (diff)
downloadllvm-a51edf0986567bd81e261950f75a72b7462b2274.tar.gz
llvm-a51edf0986567bd81e261950f75a72b7462b2274.tar.bz2
llvm-a51edf0986567bd81e261950f75a72b7462b2274.tar.xz
Add a check to the test Analysis/ScalarEvolution/2010-09-03-RequiredTransitive.ll
This test did not test anything at all (except for opt crashing, but that was not the reason why it was added). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171248 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Analysis/ScalarEvolution/2010-09-03-RequiredTransitive.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/2010-09-03-RequiredTransitive.ll b/test/Analysis/ScalarEvolution/2010-09-03-RequiredTransitive.ll
index aba0ce7467..5a02398104 100644
--- a/test/Analysis/ScalarEvolution/2010-09-03-RequiredTransitive.ll
+++ b/test/Analysis/ScalarEvolution/2010-09-03-RequiredTransitive.ll
@@ -1,8 +1,10 @@
-; RUN: opt -indvars -scalar-evolution -analyze %s
+; RUN: opt -indvars -scalar-evolution -analyze < %s | FileCheck %s
; This test checks if the SCEV analysis is printed out at all.
; It failed once as the RequiredTransitive option was not implemented
; correctly.
+; CHECK: Classifying expressions for: @main
+
define i32 @main() nounwind {
entry:
br label %for.cond