diff options
Diffstat (limited to 'test/Transforms/InstCombine/addnegneg.ll')
-rw-r--r-- | test/Transforms/InstCombine/addnegneg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/addnegneg.ll b/test/Transforms/InstCombine/addnegneg.ll index f113915cfe..0f39d71294 100644 --- a/test/Transforms/InstCombine/addnegneg.ll +++ b/test/Transforms/InstCombine/addnegneg.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine | llvm-dis | grep { sub } | count 1 +; RUN: opt %s -instcombine -S | grep { sub } | count 1 ; PR2047 define i32 @l(i32 %a, i32 %b, i32 %c, i32 %d) { |