OSDN Git Service

Don't overwrite a register input.
authorNicolas Geoffray <ngeoffray@google.com>
Fri, 9 Jan 2015 08:48:29 +0000 (08:48 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Fri, 9 Jan 2015 08:48:29 +0000 (08:48 +0000)
commitbdcedd301a0a417ca538b7bf7e684c60cb1dbda3
treefe557008730c8eb19d27ccf7895899e098f4dd8e
parentc9025c185462c9b8d61725a7399ccf2d8a433a6d
Don't overwrite a register input.

`addr` is a register input, which can survive the current instruction,
therefore we can't overwrite it.

Change-Id: I6eaa60e5f91c2b7b9b31673457d2a0d63474e587
compiler/optimizing/code_generator_arm.cc