diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/vshift_scalar.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vshift_scalar.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vshift_scalar.ll b/llvm/test/CodeGen/X86/vshift_scalar.ll index 8895cdf8aff..9dd8478caae 100644 --- a/llvm/test/CodeGen/X86/vshift_scalar.ll +++ b/llvm/test/CodeGen/X86/vshift_scalar.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc +; RUN: llc < %s ; Legalization test that requires scalarizing a vector. |