Files
llvm-6502/test/CodeGen/PowerPC
Stephen Lin b4dc0233c9 Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging. No functionality change and all tests pass after conversion.
This was done with the following sed invocation to catch label lines demarking function boundaries:
    sed -i '' "s/^;\( *\)\([A-Z0-9_]*\):\( *\)test\([A-Za-z0-9_-]*\):\( *\)$/;\1\2-LABEL:\3test\4:\5/g" test/CodeGen/*/*.ll
which was written conservatively to avoid false positives rather than false negatives. I scanned through all the changes and everything looks correct.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186258 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-13 20:38:47 +00:00
..
2013-07-01 19:42:46 +00:00
2013-03-27 06:52:27 +00:00
2012-12-25 17:22:53 +00:00
2013-07-03 17:59:07 +00:00
2013-03-21 20:28:52 +00:00
2013-04-05 23:29:01 +00:00
2012-12-20 17:47:27 +00:00
2013-04-01 15:58:15 +00:00
2013-01-28 18:36:58 +00:00
2013-07-09 18:50:20 +00:00
2013-04-27 00:43:16 +00:00
2013-02-21 00:38:25 +00:00
2013-03-09 18:25:40 +00:00
2012-12-19 15:49:14 +00:00