forked from OSchip/llvm-project
llvm/test/CodeGen/X86/shift-pcmp.ll: Tweak to appease FileCheck. "CHECK-LABEL" doesn't identify labels magically and CHECK-LABEL behaves free from other contexts.
For targeting pecoff, ".def foo" appears before ".short 32". .def foo; ... .LCPI0_0: .short 32 foo: CHECK-LABEL seeks not from ".short 32" but from the top of the input. llvm-svn: 201931
This commit is contained in:
parent
61c6df0384
commit
0607c15435
|
@ -10,7 +10,7 @@ define <8 x i16> @foo(<8 x i16> %a, <8 x i16> %b) {
|
|||
; CHECK-NEXT: .short 32
|
||||
; CHECK-NEXT: .short 32
|
||||
; CHECK-NEXT: .short 32
|
||||
; CHECK-LABEL: foo
|
||||
; CHECK-LABEL: {{^_?foo:}}
|
||||
; CHECK-NOT: psll
|
||||
entry:
|
||||
%icmp = icmp eq <8 x i16> %a, %b
|
||||
|
|
Loading…
Reference in New Issue