Fix the testcase to work on all platforms.
authorNadav Rotem <nrotem@apple.com>
Sun, 16 Sep 2012 07:58:47 +0000 (07:58 +0000)
committerNadav Rotem <nrotem@apple.com>
Sun, 16 Sep 2012 07:58:47 +0000 (07:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163997 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/pmovext.ll

index c4530465c78e1fd1b4d0b7e4ad5810a20103a17e..16e9c28fcdefede81d7646fc94f090e12069d616 100644 (file)
@@ -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 {