From: Nadav Rotem Date: Sun, 16 Sep 2012 07:58:47 +0000 (+0000) Subject: Fix the testcase to work on all platforms. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6fc671ca637e83d53f47c913e9e0ac8e2cce3a51;p=oota-llvm.git Fix the testcase to work on all platforms. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163997 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/pmovext.ll b/test/CodeGen/X86/pmovext.ll index c4530465c78..16e9c28fcde 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 {