OSDN Git Service

[NFC] Fix the regular expression for BE PPC in update_llc_test_checks.py
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Fri, 26 Oct 2018 03:30:28 +0000 (03:30 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Fri, 26 Oct 2018 03:30:28 +0000 (03:30 +0000)
commit3dfd21e18627f59a7b74945fe8f53019b8488399
treef551745fa2708be23f3936423c37e9af3e51d660
parent699414a49357812bd428e9ccd37af398ca299c90
[NFC] Fix the regular expression for BE PPC in update_llc_test_checks.py

Currently, the regular expression that matches the lines of assembly for PPC LE
(ELFv2) does not work for the assembly for BE (ELFv1). This patch fixes it.

Differential revision: https://reviews.llvm.org/D53059

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