From f9749edd6104e051af934a645268f79e34465628 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Fri, 4 Jul 2014 08:39:30 +0000 Subject: [PATCH] [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... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212326 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vector-gep.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/vector-gep.ll b/test/CodeGen/X86/vector-gep.ll index 61edb1e7a15..50db4025a22 100644 --- a/test/CodeGen/X86/vector-gep.ll +++ b/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 -- 2.34.1