OSDN Git Service

GetDalvikDisassembly should work even without SSA info
authorSerguei Katkov <serguei.i.katkov@intel.com>
Thu, 21 Aug 2014 09:43:54 +0000 (16:43 +0700)
committerSerguei Katkov <serguei.i.katkov@intel.com>
Thu, 21 Aug 2014 09:45:01 +0000 (16:45 +0700)
commit0f3e4989b055bfa0bad3e4fad2f4d1a8b5a09901
tree43efe64d229ba4b0465a4f8cb9d8801377bc5f7e
parent10dac8ee833a297ad0ffc5877305f2d132259478
GetDalvikDisassembly should work even without SSA info

It is good if GetDalvikDisassembly can dump MIR even if
SSA register info is not available. Without this patch it
crashes.

Change-Id: I704c28c891cd2580a7819f7fd972167c3bf67ddc
Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com>
compiler/dex/mir_graph.cc