diff options
author | 2018-05-22 16:34:23 +0000 | |
---|---|---|
committer | 2018-05-22 16:34:23 +0000 | |
commit | e816389b61d17b9a82d8e61426ddfcce20e1238c (patch) | |
tree | 689c338b4e659287b9697aa04d5f9c0c9c4f6f5f /compiler/optimizing/nodes.h | |
parent | d352156dfeadc72fda186ef8dcbeea4d06eee509 (diff) | |
parent | 4dc09e7261dede72d916059d1f751a48cd08dbb5 (diff) |
Merge "LSE improvement: better singleton array optimization"
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r-- | compiler/optimizing/nodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index e786502dee..09d9c57a33 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -1285,6 +1285,7 @@ class HBasicBlock : public ArenaObject<kArenaAllocBasicBlock> { void SetLifetimeEnd(size_t end) { lifetime_end_ = end; } bool EndsWithControlFlowInstruction() const; + bool EndsWithReturn() const; bool EndsWithIf() const; bool EndsWithTryBoundary() const; bool HasSinglePhi() const; |