diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-02-22 07:27:04 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-02-22 07:27:04 +0000 |
commit | 0607c154358205abdb83ffc2242e0126c9b6f6f7 (patch) | |
tree | 2b566664fe91dc94a63f946873be6caa571b20ec /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 61c6df038405fa69ab6fe6d060a6b50668c83414 (diff) | |
download | llvm-0607c154358205abdb83ffc2242e0126c9b6f6f7.zip llvm-0607c154358205abdb83ffc2242e0126c9b6f6f7.tar.gz llvm-0607c154358205abdb83ffc2242e0126c9b6f6f7.tar.bz2 |
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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions