diff options
Diffstat (limited to 'compiler/optimizing/builder.h')
-rw-r--r-- | compiler/optimizing/builder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h index 85fa8d4123..145dbfb6b9 100644 --- a/compiler/optimizing/builder.h +++ b/compiler/optimizing/builder.h @@ -57,8 +57,7 @@ class HGraphBuilder : public ValueObject { // When inlining, we sometimes want to add an extra Goto block before the Exit block. This is done // in the building phase as we do not allow the inlining phase to add new instructions. - // Returns false if the graph we are adding the extra block has irreducible loops. - bool MaybeAddExtraGotoBlocks(); + void MaybeAddExtraGotoBlocks(); HGraph* const graph_; const DexFile* const dex_file_; |