OSDN Git Service

Bug fix for rsubs being improperly generated.
authorjeffhao <jeffhao@google.com>
Fri, 8 Apr 2011 19:14:27 +0000 (12:14 -0700)
committerjeffhao <jeffhao@google.com>
Fri, 8 Apr 2011 21:01:28 +0000 (14:01 -0700)
commit9688de1ebc68f4f865a827709298390a72dff698
tree2893a3bd8cec6c401e892c0fe0f6081f71bc5565
parent2f5e3cb20ed3fa00e474fb4813f2c1f46d04afd4
Bug fix for rsubs being improperly generated.

This will miss some opportunities to generate rsubs, and has been marked
by a TODO note where code needs to be added.

Cherry-picked frmo dalvik-dev.

Change-Id: Iac272f16b78ab6d985b5aabef6bd360d36a5c7ce
dx/src/com/android/dx/rop/code/Insn.java
dx/src/com/android/dx/rop/code/PlainInsn.java
dx/src/com/android/dx/ssa/NormalSsaInsn.java