Rewrite three tests that had truly egregious abuses of 'grep' in them to
authorChandler Carruth <chandlerc@gmail.com>
Mon, 2 Jul 2012 12:20:14 +0000 (12:20 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 2 Jul 2012 12:20:14 +0000 (12:20 +0000)
commit38adf0bdaadfb042d336764a2a922768a22c044a
tree169d05c80ce13049d150e4a3d1fdd8d07ad1271b
parent56139bc493790612ee6281630678e293be6b2eb2
Rewrite three tests that had truly egregious abuses of 'grep' in them to
use FileCheck.

Aside from removing a dependence on TCL-style quoting, this also makes
the tests ... significantly more robust. =] It would be really, *really*
great of the maintainer(s) of the CellSPU backend went through and
systematically rewrite these tests to use FileCheck. There are a lot
more that have nearly this bad of abuses.

Another step along the path to a TclTest-free testsuite.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159523 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/CellSPU/icmp16.ll
test/CodeGen/CellSPU/icmp32.ll
test/CodeGen/CellSPU/icmp8.ll