[llvm] r249734 - Remove a '#' so that we can check either form for the various targets.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 8 13:18:15 PDT 2015
Author: echristo
Date: Thu Oct 8 15:18:15 2015
New Revision: 249734
URL: http://llvm.org/viewvc/llvm-project?rev=249734&view=rev
Log:
Remove a '#' so that we can check either form for the various targets.
Modified:
llvm/trunk/test/CodeGen/X86/sse-only.ll
Modified: llvm/trunk/test/CodeGen/X86/sse-only.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sse-only.ll?rev=249734&r1=249733&r2=249734&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sse-only.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sse-only.ll Thu Oct 8 15:18:15 2015
@@ -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
More information about the llvm-commits
mailing list