summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2015-04-16 08:00:07 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-04-16 08:00:08 +0000
commitee2da343bb2a54d9d77e29226e0317ccc913c8c1 (patch)
tree1bac4253382eb605c3904f3bc00807dd85e15424 /compiler/optimizing/nodes.h
parent8e8bb8aab6f19ccb5b5869a632d9bc882891e17e (diff)
parentf776b92a0d52bb522043812dacb9c21ac11858e2 (diff)
Merge "Remove dead blocks for the blocks_ array."
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r--compiler/optimizing/nodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h
index 6fb34da191..fe47939359 100644
--- a/compiler/optimizing/nodes.h
+++ b/compiler/optimizing/nodes.h
@@ -253,7 +253,7 @@ class HGraph : public ArenaObject<kArenaAllocMisc> {
ArenaBitVector* visited,
ArenaBitVector* visiting);
void RemoveInstructionsAsUsersFromDeadBlocks(const ArenaBitVector& visited) const;
- void RemoveDeadBlocks(const ArenaBitVector& visited) const;
+ void RemoveDeadBlocks(const ArenaBitVector& visited);
template <class InstType, typename ValueType>
InstType* CreateConstant(ValueType value, ArenaSafeMap<ValueType, InstType*>* cache);