diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll b/llvm/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll index 818b67b5530..e22395fb877 100644 --- a/llvm/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll +++ b/llvm/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine -disable-output +; RUN: opt < %s -instcombine -disable-output ; END. define void @test() { |