[NFC][update_llc_test_checks] Remove the redundant SCRUB_LOOP_COMMENT_RE in asm.py
authorKang Zhang <shkzhang@cn.ibm.com>
Thu, 2 Apr 2020 09:46:45 +0000 (09:46 +0000)
committerKang Zhang <shkzhang@cn.ibm.com>
Thu, 2 Apr 2020 09:46:45 +0000 (09:46 +0000)
commit8cc6f5beb816bac152cf170daaa611028124d1cd
treeb5eec0255b9b49637e6977123d2da9a4de832266
parent96cae168fa2d72d6693b60a13d0c8b2d82c64bed
[NFC][update_llc_test_checks] Remove the redundant SCRUB_LOOP_COMMENT_RE in asm.py

Summary:
In the patch: https://reviews.llvm.org/D42654
De-duplicate utils/update_{llc_,}test_checks.py, Some common part has
been move to common.py. The SCRUB_LOOP_COMMENT_RE has been moved to
common.py, but forgetting to remove from asm.py.
This patch is to remove the redundant SCRUB_LOOP_COMMENT_RE in asm.py
and use common.SCRUB_LOOP_COMMENT_RE.
llvm/utils/UpdateTestChecks/asm.py