diff options
| author | jeffhao <jeffhao@google.com> | 2011-03-03 11:49:58 -0800 |
|---|---|---|
| committer | jeffhao <jeffhao@google.com> | 2011-03-03 11:49:58 -0800 |
| commit | 871f89bd97e8dec828559df13eb0a033f4c23e49 (patch) | |
| tree | 6bd4780dca1346812d6fe8d82ef191fdbeee1263 /dx | |
| parent | 7c2a235afbe6299ac494650ff8d7ba6e6aed4368 (diff) | |
| download | android_dalvik-871f89bd97e8dec828559df13eb0a033f4c23e49.tar.gz android_dalvik-871f89bd97e8dec828559df13eb0a033f4c23e49.tar.bz2 android_dalvik-871f89bd97e8dec828559df13eb0a033f4c23e49.zip | |
Fix for test case now that jumbo opcodes are on.
Change-Id: Iad2bde29a3e0898b564b8e2c695dd45d3a6e927f
Diffstat (limited to 'dx')
| -rw-r--r-- | dx/tests/084-dex-high-register-moves/expected.txt | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/dx/tests/084-dex-high-register-moves/expected.txt b/dx/tests/084-dex-high-register-moves/expected.txt index 33466c4e2..061e7d30b 100644 --- a/dx/tests/084-dex-high-register-moves/expected.txt +++ b/dx/tests/084-dex-high-register-moves/expected.txt @@ -49,12 +49,10 @@ regs: 0018; ins: 0000; outs: 0000 005a: move-wide/from16 v22, v0 005c: sput-wide v22, Blort.l:J 005e: move-object/from16 v22, v21 - 0060: move-object/from16 v0, v22 - 0062: instance-of v0, v0, java.lang.String - 0064: move/from16 v22, v0 - 0066: if-eqz v22, 006d // +0007 - 0068: const/16 v22, #int 0 // #0000 - 006a: sput v22, Blort.i:I - 006c: return-void - 006d: const/16 v22, #int 1 // #0001 - 006f: goto 006a // -0005 + 0060: instance-of/jumbo v22, v22, java.lang.String + 0065: if-eqz v22, 006c // +0007 + 0067: const/16 v22, #int 0 // #0000 + 0069: sput v22, Blort.i:I + 006b: return-void + 006c: const/16 v22, #int 1 // #0001 + 006e: goto 0069 // -0005 |
