diff options
Diffstat (limited to 'test/Transforms/InstCombine/signed-comparison.ll')
-rw-r--r-- | test/Transforms/InstCombine/signed-comparison.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/signed-comparison.ll b/test/Transforms/InstCombine/signed-comparison.ll index 2a2739b1bf..8a16b7e89c 100644 --- a/test/Transforms/InstCombine/signed-comparison.ll +++ b/test/Transforms/InstCombine/signed-comparison.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine | llvm-dis > %t +; RUN: opt %s -instcombine -S > %t ; RUN: not grep zext %t ; RUN: not grep slt %t ; RUN: grep {icmp ult} %t |