diff options
Diffstat (limited to 'test/Transforms/InstCombine/udivrem-change-width.ll')
-rw-r--r-- | test/Transforms/InstCombine/udivrem-change-width.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/udivrem-change-width.ll b/test/Transforms/InstCombine/udivrem-change-width.ll index 475a19a444..56877e30f9 100644 --- a/test/Transforms/InstCombine/udivrem-change-width.ll +++ b/test/Transforms/InstCombine/udivrem-change-width.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine -S | not grep zext +; RUN: opt < %s -instcombine -S | not grep zext ; PR4548 define i8 @udiv_i8(i8 %a, i8 %b) nounwind { |