From 6fc671ca637e83d53f47c913e9e0ac8e2cce3a51 Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Sun, 16 Sep 2012 07:58:47 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/pmovext.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {