diff options
Diffstat (limited to 'llvm/test/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll')
-rw-r--r-- | llvm/test/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll b/llvm/test/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll index 18493f59471..81a6d2115b4 100644 --- a/llvm/test/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll +++ b/llvm/test/Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -scalarrepl -disable-output +; RUN: opt %s -scalarrepl -disable-output define void @output_toc() { entry: |