Fix FileCheck --check-prefix lines.
authorTim Northover <tnorthover@apple.com>
Mon, 12 Aug 2013 12:43:26 +0000 (12:43 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 12 Aug 2013 12:43:26 +0000 (12:43 +0000)
commitdcef6a7400d51526a04a18e274bd579da262e9ad
tree878fd1edc4e37032db94525bb0ecf4f04e2ab6f2
parent655abf57edcc9954428ac405905005f82091add5
Fix FileCheck --check-prefix lines.

Various tests had sprung up over the years which had --check-prefix=ABC on the
RUN line, but "CHECK-ABC:" later on. This happened to work before, but was
strictly incorrect. FileCheck is getting stricter soon though.

Patch by Ron Ofir.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188173 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
test/Assembler/attribute-builtin.ll
test/CodeGen/ARM/2013-02-27-expand-vfma.ll
test/CodeGen/ARM/a15-SD-dep.ll
test/CodeGen/ARM/fast-isel-static.ll
test/CodeGen/ARM/neon-spfp.ll
test/CodeGen/PowerPC/Frames-alloca.ll
test/CodeGen/PowerPC/i64_fp_round.ll
test/CodeGen/X86/palignr.ll
test/MC/PowerPC/ppc64-fixup-explicit.s
test/MC/PowerPC/ppc64-fixups.s
test/Transforms/FunctionAttrs/annotate-1.ll
test/Transforms/Inline/delete-call.ll
test/Transforms/InstCombine/ffs-1.ll
test/Transforms/InstCombine/fprintf-1.ll
test/Transforms/InstCombine/printf-1.ll
test/Transforms/InstCombine/sprintf-1.ll