diff options
Diffstat (limited to 'test/Transforms/InstCombine/2008-07-11-RemAnd.ll')
-rw-r--r-- | test/Transforms/InstCombine/2008-07-11-RemAnd.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2008-07-11-RemAnd.ll b/test/Transforms/InstCombine/2008-07-11-RemAnd.ll index 771c7ff72f..34b604e49a 100644 --- a/test/Transforms/InstCombine/2008-07-11-RemAnd.ll +++ b/test/Transforms/InstCombine/2008-07-11-RemAnd.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine | llvm-dis | not grep rem +; RUN: opt %s -instcombine -S | not grep rem ; PR2330 define i32 @a(i32 %b) nounwind { |