summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2014-11-24 17:47:10 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2014-11-24 18:05:48 +0000
commita8eed3acbc39c71ec22dc2943e71eaa07c6507dd (patch)
tree73f00c656e118c118c0b7dd8985df06624ca4666 /compiler/optimizing/nodes.h
parent4d3ed1a6f34bd31ed30faaca0433cf2a4b19bb7b (diff)
Revert "Revert "Fix the computation of linear ordering.""
PS2 fixes the obvious typos/wrong refactoring. This reverts commit e50fa5887b1342b845826197d81950e26753fc9c. Change-Id: I22f81d63a12cf01aafd61535abc2399d936d49c2
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 b47549add5..f562113e6e 100644
--- a/compiler/optimizing/nodes.h
+++ b/compiler/optimizing/nodes.h
@@ -236,7 +236,7 @@ class HLoopInformation : public ArenaObject<kArenaAllocMisc> {
return false;
}
- int NumberOfBackEdges() const {
+ size_t NumberOfBackEdges() const {
return back_edges_.Size();
}