diff options
Diffstat (limited to 'test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll')
-rw-r--r-- | test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll b/test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll index 5788ef5..0fa3c66 100644 --- a/test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll +++ b/test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -mem2reg -instcombine | llvm-dis | grep "ret i32 1" | count 8 +; RUN: opt %s -mem2reg -instcombine -S | grep "ret i32 1" | count 8 define i32 @test1() { entry: |