summaryrefslogtreecommitdiffstats
path: root/test/003-omnibus-opcodes/expected.txt
diff options
context:
space:
mode:
authorbuzbee <buzbee@google.com>2012-04-11 16:33:36 -0700
committerbuzbee <buzbee@google.com>2012-04-11 16:33:36 -0700
commitf3aac973bb944885a1a4779ba04a97faa88b7ed0 (patch)
treefea6d65da9770addbff35ae610ee6c1d0c397644 /test/003-omnibus-opcodes/expected.txt
parent933abf8ce64e522b1c45b191b796bf2208a760d9 (diff)
downloadart-f3aac973bb944885a1a4779ba04a97faa88b7ed0.zip
art-f3aac973bb944885a1a4779ba04a97faa88b7ed0.tar.gz
art-f3aac973bb944885a1a4779ba04a97faa88b7ed0.tar.bz2
Special case division by small constants
Do the standard reciprocal multiply trick for small division by small constants. Change-Id: Iad1060ccdc6ffeb7b47d45c29ba741683ad01ab9
Diffstat (limited to 'test/003-omnibus-opcodes/expected.txt')
-rw-r--r--test/003-omnibus-opcodes/expected.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/003-omnibus-opcodes/expected.txt b/test/003-omnibus-opcodes/expected.txt
index 25ab188..c5e67e5 100644
--- a/test/003-omnibus-opcodes/expected.txt
+++ b/test/003-omnibus-opcodes/expected.txt
@@ -15,6 +15,7 @@ IntMath.longOperTest
IntMath.longOperCheck
IntMath.lit16Test
IntMath.lit8Test
+IntMath.divLiteralTest
IntMath.intShiftTest
IntMath.intShiftCheck
IntMath.longShiftTest