OSDN Git Service

[x86] Teach the test update script to strip trailing whitespace.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 4 Feb 2015 10:46:48 +0000 (10:46 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 4 Feb 2015 10:46:48 +0000 (10:46 +0000)
commitf95422a37c72df9967e73d6013213570b4cc05f6
tree11a0282a746cd8d233c2bbb27163c448bd2733cc
parentff01f8946692a5d8ad83ae9e3c7984e15dbb31b9
[x86] Teach the test update script to strip trailing whitespace.

This is done in a bit of a strange way to use a multiline RE instead of
looping over the lines. Suggestions welcome here for a more pythonic way
of doing this as long as its reasonably fast.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228131 91177308-0d34-0410-b5e6-96231b3b80d8
utils/update_llc_test_checks.py