Skip to content

Commit

Permalink
Make Optimizer self() function protected
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Guan <james_mango@yahoo.com>
  • Loading branch information
jamesgua committed Feb 18, 2021
1 parent a7e83c7 commit f3633d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/optimizer/OMROptimizer.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2000, 2019 IBM Corp. and others
* Copyright (c) 2000, 2021 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -343,10 +343,10 @@ class Optimizer
protected:
TR::OptimizationManager * _opts[OMR::numGroups];

private:

TR::Optimizer *self();

private:

int32_t performOptimization(const OptimizationStrategy *, int32_t firstOptIndex, int32_t lastOptIndex, int32_t doTiming);

void dumpStrategy(const OptimizationStrategy *);
Expand Down

0 comments on commit f3633d8

Please sign in to comment.