[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)
commitfce57f586d0e4bf066085d653e6593c1e9bb1a84
tree0b899f349d09cbb8ed639b0dc236501e5b417d6d
parent7c7e531f973e59b7db03476271c955bf9130df09
[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

llvm-svn: 345363
llvm/utils/UpdateTestChecks/asm.py