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 82f8762..88663f3 100644 --- a/test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll +++ b/test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {mul i64} +; RUN: opt %s -instcombine | llvm-dis | grep {mul i64} ; rdar://6762288 ; Instcombine should not promote the mul to i96 because it is definitely |