From a0c78643cb44cbc42d065001f6549632e70fcfce Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 8 Oct 2015 20:18:15 +0000 Subject: [PATCH] Remove a '#' so that we can check either form for the various targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249734 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/sse-only.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/sse-only.ll b/test/CodeGen/X86/sse-only.ll index a4fdf963b48..4ccbc6ffce5 100644 --- a/test/CodeGen/X86/sse-only.ll +++ b/test/CodeGen/X86/sse-only.ll @@ -4,7 +4,7 @@ define void @test1(<2 x double>* %r, <2 x double>* %A, double %B) nounwind { ; CHECK-LABEL: test1: -; CHECK: ## BB#0: +; CHECK: # BB#0: ; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax ; CHECK-NEXT: movl {{[0-9]+}}(%esp), %ecx ; CHECK-NEXT: movapd (%ecx), %xmm0