From a8eed3acbc39c71ec22dc2943e71eaa07c6507dd Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 24 Nov 2014 17:47:10 +0000 Subject: Revert "Revert "Fix the computation of linear ordering."" PS2 fixes the obvious typos/wrong refactoring. This reverts commit e50fa5887b1342b845826197d81950e26753fc9c. Change-Id: I22f81d63a12cf01aafd61535abc2399d936d49c2 --- compiler/optimizing/nodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/optimizing/nodes.h') 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 { return false; } - int NumberOfBackEdges() const { + size_t NumberOfBackEdges() const { return back_edges_.Size(); } -- cgit v1.2.3-59-g8ed1b