diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll')
-rw-r--r-- | llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll b/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll index f783b8305e0..f1caf142cfc 100644 --- a/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll +++ b/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -iv-users -analyze | grep store +; RUN: llvm-as < %s | opt -iv-users -analyze -disable-output | grep store define fastcc void @foo() nounwind { entry: |