summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-07-04 08:39:30 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-07-04 08:39:30 +0000
commit8d37ae447194af4df958523435b56e4653f26e16 (patch)
tree1566b5c239236d321dd7f0efede2b77883064556 /llvm
parentd32b08c62afddbf31366a5bb29aaa288755851e4 (diff)
downloadbcm5719-llvm-8d37ae447194af4df958523435b56e4653f26e16.tar.gz
bcm5719-llvm-8d37ae447194af4df958523435b56e4653f26e16.zip
[x86] Relax the line in this check to pacify build bots.
I still don't love testing the comments, but its the only sane way to check shuffle instructions... llvm-svn: 212326
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/vector-gep.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vector-gep.ll b/llvm/test/CodeGen/X86/vector-gep.ll
index 61edb1e7a15..50db4025a22 100644
--- a/llvm/test/CodeGen/X86/vector-gep.ll
+++ b/llvm/test/CodeGen/X86/vector-gep.ll
@@ -5,7 +5,7 @@
define <4 x i32*> @AGEP0(i32* %ptr) nounwind {
entry:
;CHECK-LABEL: AGEP0
-;CHECK: vpshufd {{.*}} # xmm0 = mem[0,0,0,0]
+;CHECK: vpshufd {{.*}} xmm0 = mem[0,0,0,0]
;CHECK-NEXT: vpaddd
;CHECK-NEXT: ret
%vecinit.i = insertelement <4 x i32*> undef, i32* %ptr, i32 0
OpenPOWER on IntegriCloud