X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAnalysis%2FScalarEvolution%2Fdo-loop.ll;h=6e3295a920b059e6d3d9ee8f9654f1b8283deb8b;hb=341c5fbe840cffedc4155a2cf130626d2bba11b5;hp=f8d7da7c9a0a95b58e84d0e948f25a4f5c2aed55;hpb=f2f6ce65b79df6ec4ee427d51a18355a170f199b;p=oota-llvm.git diff --git a/test/Analysis/ScalarEvolution/do-loop.ll b/test/Analysis/ScalarEvolution/do-loop.ll index f8d7da7c9a0..6e3295a920b 100644 --- a/test/Analysis/ScalarEvolution/do-loop.ll +++ b/test/Analysis/ScalarEvolution/do-loop.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -analyze -scalar-evolution -disable-output | grep smax +; RUN: opt < %s -analyze -scalar-evolution | grep smax ; PR1614 define i32 @f(i32 %x, i32 %y) {