diff options
-rw-r--r-- | test/CodeGen/X86/pmovext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pmovext.ll b/test/CodeGen/X86/pmovext.ll index c4530465c7..16e9c28fcd 100644 --- a/test/CodeGen/X86/pmovext.ll +++ b/test/CodeGen/X86/pmovext.ll @@ -3,7 +3,7 @@ ; rdar://11897677 ;CHECK: intrin_pmov -;CHECK: pmovzxbw (%rsi), %xmm0 +;CHECK: pmovzxbw (%{{.*}}), %xmm0 ;CHECK-NEXT: movdqu ;CHECK-NEXT: ret define void @intrin_pmov(i16* noalias %dest, i8* noalias %src) nounwind uwtable ssp { |