diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll b/llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll index 6bb986a2eb9..0e857537750 100644 --- a/llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll +++ b/llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep element | count 4 +; RUN: opt %s -instcombine | llvm-dis | grep element | count 4 define double @a(<1 x i64> %y) { %c = bitcast <1 x i64> %y to double |

