diff options
Diffstat (limited to 'llvm/test/Analysis/ScalarEvolution/smax.ll')
| -rw-r--r-- | llvm/test/Analysis/ScalarEvolution/smax.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/smax.ll b/llvm/test/Analysis/ScalarEvolution/smax.ll index 39de8d6c5a7..15dd744c8fd 100644 --- a/llvm/test/Analysis/ScalarEvolution/smax.ll +++ b/llvm/test/Analysis/ScalarEvolution/smax.ll @@ -1,5 +1,5 @@ -; RUN: opt < %s -analyze -scalar-evolution -disable-output | grep smax | count 2 -; RUN: opt < %s -analyze -scalar-evolution -disable-output | grep \ +; RUN: opt < %s -analyze -scalar-evolution | grep smax | count 2 +; RUN: opt < %s -analyze -scalar-evolution | grep \ ; RUN: {%. smax %. smax %.} ; PR1614 |

