From b9eca9375fcb9afbab4462f5671c7a67dbd38237 Mon Sep 17 00:00:00 2001 From: Santiago Aboy Solanes Date: Fri, 29 Sep 2023 10:13:10 +0100 Subject: GraphChecker/Arena container cleanups While working in aosp/2769298 I saw these opportunities for cleanups. Change-Id: Ie6c95b5521c4a8cbd3963a034e210860fb0b4ef0 --- compiler/optimizing/graph_checker.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compiler/optimizing/graph_checker.h') diff --git a/compiler/optimizing/graph_checker.h b/compiler/optimizing/graph_checker.h index 4dee42738e..aff2358411 100644 --- a/compiler/optimizing/graph_checker.h +++ b/compiler/optimizing/graph_checker.h @@ -108,7 +108,7 @@ class GraphChecker : public HGraphDelegateVisitor { } } - protected: + private: // Report a new error. void AddError(const std::string& error) { errors_.push_back(error); @@ -119,7 +119,6 @@ class GraphChecker : public HGraphDelegateVisitor { // Errors encountered while checking the graph. ArenaVector errors_; - private: void VisitReversePostOrder(); // Checks that the graph's flags are set correctly. -- cgit v1.2.3-59-g8ed1b