diff options
| author | Dan Gohman <gohman@apple.com> | 2009-09-08 22:34:10 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-09-08 22:34:10 +0000 |
| commit | 72a13d2476706227a6ae42001631b1e5ac4db956 (patch) | |
| tree | 074e63d84183790a2ce3abb2eb33c643cea972eb /llvm/test/Transforms/LoopDeletion | |
| parent | e6a80ced1c4b024eef35a4a8036c1541fdaf89be (diff) | |
| download | bcm5719-llvm-72a13d2476706227a6ae42001631b1e5ac4db956.tar.gz bcm5719-llvm-72a13d2476706227a6ae42001631b1e5ac4db956.zip | |
Use opt -S instead of piping bitcode output through llvm-dis.
llvm-svn: 81257
Diffstat (limited to 'llvm/test/Transforms/LoopDeletion')
| -rw-r--r-- | llvm/test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll | 2 | ||||
| -rw-r--r-- | llvm/test/Transforms/LoopDeletion/dcetest.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll b/llvm/test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll index 41786e50072..dbd2b9b0196 100644 --- a/llvm/test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll +++ b/llvm/test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -loop-deletion | llvm-dis | grep switch +; RUN: opt %s -loop-deletion -S | grep switch ; PR 1564 define fastcc void @out() { diff --git a/llvm/test/Transforms/LoopDeletion/dcetest.ll b/llvm/test/Transforms/LoopDeletion/dcetest.ll index ab4f2873192..b7512445326 100644 --- a/llvm/test/Transforms/LoopDeletion/dcetest.ll +++ b/llvm/test/Transforms/LoopDeletion/dcetest.ll @@ -1,7 +1,7 @@ ; This is the test case taken from Appel's book that illustrates a hard case ; that SCCP gets right, and when followed by ADCE, is completely eliminated ; -; RUN: opt %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg | llvm-dis | not grep br +; RUN: opt %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg -S | not grep br define i32 @"test function"(i32 %i0, i32 %j0) { BB1: |

