OSDN Git Service

Allow void to get in ARM64ReturnLocation.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 3 Jun 2015 11:23:32 +0000 (12:23 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 3 Jun 2015 11:23:32 +0000 (12:23 +0100)
commit925e56296665b36fe4dee4e65c956396969b6288
tree0a9fbb0f1f90dfe273d94659f077cc1e6b84966c
parentfaa897554ef46e4ad8bc251ed939bb41b876c91a
Allow void to get in ARM64ReturnLocation.

It can now be called with it.

Change-Id: Idd10dbf5c9cb5f418504cb4c9252930e6eb4942d
compiler/optimizing/code_generator_arm64.cc