diff options
Diffstat (limited to 'llvm/test/Other/2007-06-28-PassManager.ll')
| -rw-r--r-- | llvm/test/Other/2007-06-28-PassManager.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Other/2007-06-28-PassManager.ll b/llvm/test/Other/2007-06-28-PassManager.ll index f162a40fbca..0ed275948db 100644 --- a/llvm/test/Other/2007-06-28-PassManager.ll +++ b/llvm/test/Other/2007-06-28-PassManager.ll @@ -1,6 +1,6 @@ -; RUN: opt < %s -analyze -inline -disable-output +; RUN: opt < %s -analyze -inline ; PR1526 -; RUN: opt < %s -analyze -indvars -disable-output +; RUN: opt < %s -analyze -indvars ; PR1539 define i32 @test1() { ret i32 0 |

