diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/signed-trip-count.ll')
-rw-r--r-- | llvm/test/Transforms/IndVarSimplify/signed-trip-count.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/signed-trip-count.ll b/llvm/test/Transforms/IndVarSimplify/signed-trip-count.ll index 40ff26b017f..d16abd45137 100644 --- a/llvm/test/Transforms/IndVarSimplify/signed-trip-count.ll +++ b/llvm/test/Transforms/IndVarSimplify/signed-trip-count.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -indvars | llvm-dis > %t +; RUN: opt %s -indvars -S > %t ; RUN: not grep sext %t ; RUN: grep phi %t | count 1 |