diff options
Diffstat (limited to 'test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll')
-rw-r--r-- | test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll b/test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll index 88663f3bd1..417cc4ef92 100644 --- a/test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll +++ b/test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine | llvm-dis | grep {mul i64} +; RUN: opt %s -instcombine -S | grep {mul i64} ; rdar://6762288 ; Instcombine should not promote the mul to i96 because it is definitely |