summaryrefslogtreecommitdiff
path: root/compiler/optimizing/builder.h
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2015-06-19 14:51:33 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-06-19 14:51:34 +0000
commit7ed9cec8bc302a0b4fe5a127b58bfddd702a70e8 (patch)
tree0d96a327d1b3a7e09eff178a66c0b5fb946cfc85 /compiler/optimizing/builder.h
parent71af6f7aab7491665fe2d6beb9af4c251a99ad56 (diff)
parent4dda3376b71209fae07f5c3c8ac3eb4b54207aa8 (diff)
Merge "MIPS: Initial version of optimizing compiler for MIPS64R6."
Diffstat (limited to 'compiler/optimizing/builder.h')
-rw-r--r--compiler/optimizing/builder.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h
index b1ee824845..052aaf8b42 100644
--- a/compiler/optimizing/builder.h
+++ b/compiler/optimizing/builder.h
@@ -117,7 +117,10 @@ class HGraphBuilder : public ValueObject {
template<typename T>
void Binop_23x_shift(const Instruction& instruction, Primitive::Type type);
- void Binop_23x_cmp(const Instruction& instruction, Primitive::Type type, HCompare::Bias bias);
+ void Binop_23x_cmp(const Instruction& instruction,
+ Primitive::Type type,
+ HCompare::Bias bias,
+ uint32_t dex_pc);
template<typename T>
void Binop_12x(const Instruction& instruction, Primitive::Type type);