diff options
Diffstat (limited to 'test/CodeGen/X86/vec_shift4.ll')
-rw-r--r-- | test/CodeGen/X86/vec_shift4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shift4.ll b/test/CodeGen/X86/vec_shift4.ll index 9ef7fbd..e2fe45c 100644 --- a/test/CodeGen/X86/vec_shift4.ll +++ b/test/CodeGen/X86/vec_shift4.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -mattr=+sse41 | FileCheck %s +; RUN: llc < %s -march=x86 -mattr=+sse4.1 | FileCheck %s define <2 x i64> @shl1(<4 x i32> %r, <4 x i32> %a) nounwind readnone ssp { entry: |