diff options
Diffstat (limited to 'test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll b/test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll index 853d5ad..f99dbce 100644 --- a/test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll +++ b/test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -indvars | llvm-dis | \ +; RUN: opt %s -indvars | llvm-dis | \ ; RUN: grep {ret i32 152} define i32 @main() { |