diff options
Diffstat (limited to 'test/Transforms/IndVarSimplify/2009-04-27-Floating.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/2009-04-27-Floating.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/2009-04-27-Floating.ll b/test/Transforms/IndVarSimplify/2009-04-27-Floating.ll index 23a46e7..3a31171 100644 --- a/test/Transforms/IndVarSimplify/2009-04-27-Floating.ll +++ b/test/Transforms/IndVarSimplify/2009-04-27-Floating.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -indvars | llvm-dis | grep icmp | grep next +; RUN: opt %s -indvars -S | grep icmp | grep next ; PR4086 declare void @foo() |