OSDN Git Service

Bugfix for constant propagation of float/double division/modulo.
authorjeffhao <jeffhao@google.com>
Fri, 29 Apr 2011 01:14:40 +0000 (18:14 -0700)
committerjeffhao <jeffhao@google.com>
Fri, 29 Apr 2011 22:35:09 +0000 (15:35 -0700)
commit933b86e6be8ca494426abf2bacf14cd15aa3a873
treea28e7a1792dd098092d0ad49de4d574e3fefdbeb
parentde9e2b90c156664a1bdc2b5c9911e4dfa527c148
Bugfix for constant propagation of float/double division/modulo.

Change-Id: Ifde0d0b07b35e1357ba403b3fad9ace567fff01e
dx/src/com/android/dx/ssa/SCCP.java
dx/tests/121-sccp/Blort.java [new file with mode: 0644]
dx/tests/121-sccp/expected.txt [new file with mode: 0644]
dx/tests/121-sccp/info.txt [new file with mode: 0644]
dx/tests/121-sccp/run [new file with mode: 0644]