OSDN Git Service

ART: Print short register names with MIPS64
authorDavid Brazdil <dbrazdil@google.com>
Mon, 21 Sep 2015 17:20:26 +0000 (18:20 +0100)
committerDavid Brazdil <dbrazdil@google.com>
Mon, 21 Sep 2015 17:20:26 +0000 (18:20 +0100)
commit9f0dece681c9531596ba2aab5a758b29d984fe36
tree23d7eeed0b8b046a4a948c36065f6047506181e6
parentd0d11f20811f260453f6dfe2e26d7dbd6ed55f01
ART: Print short register names with MIPS64

MIPS64 back-end would print register names as "GpuRegister: X" or
"FpuRegister: X". Space separates Checker attributes and therefore
caused a test to fail. This patch changes it to print "aX" and "fX"
respectively.

Change-Id: Iffae989f25563ef074dd7ef0b09cdfe438119cee
compiler/optimizing/code_generator_mips64.cc