reorganize llc checks script to allow more flexibility, part 2; NFCI
authorSanjay Patel <spatel@rotateright.com>
Thu, 24 Mar 2016 17:15:42 +0000 (17:15 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 24 Mar 2016 17:15:42 +0000 (17:15 +0000)
commitf3c5f46ed12c67a987207e4d1ab736261baed01e
tree445583c8ddad43042a4dba702a3fcd6b8cf6991c
parentfe268644406e7dbc36bd3bcaf4999f9b223322df
reorganize llc checks script to allow more flexibility, part 2; NFCI

The goal is to enhance this script to be used with opt and clang:
Break 'main' into functions and change variable names to be more
generic because we want to handle more than x86 asm output.

llvm-svn: 264307
llvm/utils/update_llc_test_checks.py