forked from OSchip/llvm-project
Remove a '#' so that we can check either form for the various targets.
llvm-svn: 249734
This commit is contained in:
parent
a7260af7e5
commit
ab2241f1b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue