UpdateTestChecks: -march=mips/-march=mipsel is mips triple.
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 23 May 2019 18:08:00 +0000 (18:08 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 23 May 2019 18:08:00 +0000 (18:08 +0000)
commitd19a36efd14f1474dd73866cd122e51343d612b3
tree7b541092dae26e20eb5eb4445eb10a6e9fb61722
parent4d7054615cc3cfe3e715111edf8a54b65074fba3
UpdateTestChecks: -march=mips/-march=mipsel is mips triple.

Again, a mixture of march and triple, with majority being march:

llvm/test/CodeGen/Mips$ grep -ri triple | wc -l
818
llvm/test/CodeGen/Mips$ grep -ri march | wc -l
1457

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