summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-09-16 07:58:47 +0000
committerNadav Rotem <nrotem@apple.com>2012-09-16 07:58:47 +0000
commitae6809b19a8ccb54cb234f7aceb3b049a4abacbb (patch)
tree32937f02e02b68d840653e157d8c975638e58d22 /llvm
parentf4214c0f85a428aa440d4a6480da3c681923a2c0 (diff)
downloadbcm5719-llvm-ae6809b19a8ccb54cb234f7aceb3b049a4abacbb.tar.gz
bcm5719-llvm-ae6809b19a8ccb54cb234f7aceb3b049a4abacbb.zip
Fix the testcase to work on all platforms.
llvm-svn: 163997
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/pmovext.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pmovext.ll b/llvm/test/CodeGen/X86/pmovext.ll
index c4530465c78..16e9c28fcde 100644
--- a/llvm/test/CodeGen/X86/pmovext.ll
+++ b/llvm/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 {
OpenPOWER on IntegriCloud