OSDN Git Service

Fix LoadValueWide to not call MarkLive for high reg that is equal to low reg
authorChao-ying Fu <chao-ying.fu@intel.com>
Thu, 3 Apr 2014 22:09:37 +0000 (15:09 -0700)
committerChao-ying Fu <chao-ying.fu@intel.com>
Thu, 3 Apr 2014 22:44:01 +0000 (15:44 -0700)
commitcbd18b7f4da7677ca48c48c23ed9a7de3a8b0354
tree8a894c60430ff2061964f5a9d33d248ccce88493
parent0537c5ea92a4fb60a04024cc2b7247f08a3d9096
Fix LoadValueWide to not call MarkLive for high reg that is equal to low reg

For x86 double FP registers, LoadValueWide should not call MarkLive for
high reg that is equal to low reg.

Change-Id: Ie6a59307c9ff93303bd489c15529432cfdeceaa4
Signed-off-by: Chao-ying Fu <chao-ying.fu@intel.com>
compiler/dex/quick/gen_loadstore.cc