summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/sse41-pmovx.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/sse41-pmovx.ll')
-rw-r--r--llvm/test/CodeGen/X86/sse41-pmovx.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sse41-pmovx.ll b/llvm/test/CodeGen/X86/sse41-pmovx.ll
index 71e5e254121..c8cfec913cd 100644
--- a/llvm/test/CodeGen/X86/sse41-pmovx.ll
+++ b/llvm/test/CodeGen/X86/sse41-pmovx.ll
@@ -2,7 +2,7 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | not grep movq
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxbd
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxwd
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovsxbq
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 | grep pmovzxbq
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=sse41 -mtriple=x86_64-apple-darwin | grep movq | count 1
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=sse41 -mtriple=x86_64-unknown-linux-gnu | not grep movq
OpenPOWER on IntegriCloud