diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-05-08 14:47:09 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-05-08 14:47:11 +0000 |
commit | bf2dd4baecee0e82608a83eca9738205446bcb03 (patch) | |
tree | a321c0bfb58a3d8caa1e4f95b1860656ab2fad97 /compiler/optimizing/code_generator_mips.h | |
parent | b9c3a99096c746b09af611e55e11b86600374011 (diff) | |
parent | 6d482aa01d2190e7f972553f359df7958d31af57 (diff) |
Merge "MIPS32: Implement branchless HCondition for longs"
Diffstat (limited to 'compiler/optimizing/code_generator_mips.h')
-rw-r--r-- | compiler/optimizing/code_generator_mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/code_generator_mips.h b/compiler/optimizing/code_generator_mips.h index 03939e3530..5ad1f12f8a 100644 --- a/compiler/optimizing/code_generator_mips.h +++ b/compiler/optimizing/code_generator_mips.h @@ -295,6 +295,7 @@ class InstructionCodeGeneratorMIPS : public InstructionCodeGenerator { void GenerateIntCompareAndBranch(IfCondition cond, LocationSummary* locations, MipsLabel* label); + void GenerateLongCompare(IfCondition cond, LocationSummary* locations); void GenerateLongCompareAndBranch(IfCondition cond, LocationSummary* locations, MipsLabel* label); |