diff options
author | Mingyao Yang <mingyao@google.com> | 2014-04-17 17:31:48 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-04-17 17:31:48 +0000 |
commit | 425640d6fac3432a44e236a002e8401a7cd59c5c (patch) | |
tree | 0d5e53555369cb0be7239dc8b9f1f779a5ecb97d /compiler/dex/quick/mips/codegen_mips.h | |
parent | 79f2c53f3cb8649c19aeded82f7b8dcc96015808 (diff) | |
parent | e643a179cf5585ba6bafdd4fa51730d9f50c06f6 (diff) | |
download | art-425640d6fac3432a44e236a002e8401a7cd59c5c.tar.gz art-425640d6fac3432a44e236a002e8401a7cd59c5c.tar.bz2 art-425640d6fac3432a44e236a002e8401a7cd59c5c.zip |
Merge "Use LIRSlowPath for throwing NPE."
Diffstat (limited to 'compiler/dex/quick/mips/codegen_mips.h')
-rw-r--r-- | compiler/dex/quick/mips/codegen_mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/mips/codegen_mips.h b/compiler/dex/quick/mips/codegen_mips.h index 5089111cc3..40641d670d 100644 --- a/compiler/dex/quick/mips/codegen_mips.h +++ b/compiler/dex/quick/mips/codegen_mips.h @@ -131,7 +131,7 @@ class MipsMir2Lir FINAL : public Mir2Lir { RegLocation GenDivRem(RegLocation rl_dest, RegStorage reg_lo, RegStorage reg_hi, bool is_div); RegLocation GenDivRemLit(RegLocation rl_dest, RegStorage reg_lo, int lit, bool is_div); void GenCmpLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2); - void GenDivZeroCheck(RegStorage reg); + void GenDivZeroCheckWide(RegStorage reg); void GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method); void GenExitSequence(); void GenSpecialExitSequence(); |