llvm/test/CodeGen/X86/shift-pcmp.ll: Tweak to appease FileCheck. "CHECK-LABEL" doesn...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 22 Feb 2014 07:27:04 +0000 (07:27 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 22 Feb 2014 07:27:04 +0000 (07:27 +0000)
commit378f3188a0873d88979d0ab1f50358514aeeb558
treeb042ef88852f2837b703ce0cdff158ab32555748
parent5e89e33e7819eb1685205bd03a92be0cf62c1ec9
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201931 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/shift-pcmp.ll