Convert tests I recently add to use -verify instead of FileCheck.
authorJoey Gouly <joey.gouly@gmail.com>
Sun, 8 Jun 2014 21:28:54 +0000 (21:28 +0000)
committerJoey Gouly <joey.gouly@gmail.com>
Sun, 8 Jun 2014 21:28:54 +0000 (21:28 +0000)
commit41181d140c99913f8c8d73791dd4babfcba8a73d
tree42acae8d538149070b7cbc71bb4c366cf47e07fb
parent01ceeb190d34231bbf2becb33ad1c809034f2bb0
Convert tests I recently add to use -verify instead of FileCheck.

This uncovered something strange. Diagnostics for InlineAsm have source locations
that don't really map to where they are within the .c source file.

llvm-svn: 210440
clang/test/CodeGen/arm-asm-deprecated.c
clang/test/CodeGen/x86-64-inline-asm.c