diff options
Diffstat (limited to 'test/Transforms/InstCombine/shl-icmp.ll')
-rw-r--r-- | test/Transforms/InstCombine/shl-icmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/shl-icmp.ll b/test/Transforms/InstCombine/shl-icmp.ll index a517e65..787fab5 100644 --- a/test/Transforms/InstCombine/shl-icmp.ll +++ b/test/Transforms/InstCombine/shl-icmp.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine -stats -disable-output |& \ +; RUN: opt < %s -instcombine -stats -disable-output |& \ ; RUN: grep {Number of insts combined} | grep 5 define i8 @t1(i8 zeroext %x, i8 zeroext %y) zeroext nounwind { |