diff options
Diffstat (limited to 'test/Transforms/InstCombine/vec_shuffle2.ll')
-rw-r--r-- | test/Transforms/InstCombine/vec_shuffle2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/vec_shuffle2.ll b/test/Transforms/InstCombine/vec_shuffle2.ll index 3bd8924..6da526c 100644 --- a/test/Transforms/InstCombine/vec_shuffle2.ll +++ b/test/Transforms/InstCombine/vec_shuffle2.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep undef | count 1 +; RUN: opt %s -instcombine | llvm-dis | grep undef | count 1 ; END. ; Test fold of two shuffles where the first shuffle vectors inputs are a |