diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-09-16 07:58:47 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-09-16 07:58:47 +0000 |
commit | 6fc671ca637e83d53f47c913e9e0ac8e2cce3a51 (patch) | |
tree | 497dfad143cb894ce63807c55c3b6172e2ffc4bc | |
parent | ef072c33150af8035024e6ac3d52b4861f4d6928 (diff) | |
download | external_llvm-6fc671ca637e83d53f47c913e9e0ac8e2cce3a51.zip external_llvm-6fc671ca637e83d53f47c913e9e0ac8e2cce3a51.tar.gz external_llvm-6fc671ca637e83d53f47c913e9e0ac8e2cce3a51.tar.bz2 |
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
-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 c453046..16e9c28 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 { |