diff options
Diffstat (limited to 'test/Transforms/InstCombine/2008-07-09-SubAndError.ll')
-rw-r--r-- | test/Transforms/InstCombine/2008-07-09-SubAndError.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2008-07-09-SubAndError.ll b/test/Transforms/InstCombine/2008-07-09-SubAndError.ll index 0e4da6161e..b60d190fb7 100644 --- a/test/Transforms/InstCombine/2008-07-09-SubAndError.ll +++ b/test/Transforms/InstCombine/2008-07-09-SubAndError.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine | llvm-dis | not grep {sub i32 0} +; RUN: opt %s -instcombine -S | not grep {sub i32 0} ; PR2330 define i32 @foo(i32 %a) nounwind { |