OSDN Git Service

Make static helper methods member functions of OptimizingCompiler class
authorWojciech Staszkiewicz <staszkiewicz@google.com>
Fri, 22 Jul 2016 20:33:11 +0000 (13:33 -0700)
committerWojciech Staszkiewicz <staszkiewicz@google.com>
Fri, 22 Jul 2016 22:42:56 +0000 (15:42 -0700)
commitf5fb09035da52a07e9df81cdcb4b025edb0db113
tree469a91dd42323b63b72895d844de0e11455939c0
parent633c22de95fe6f80c0dd3176e15de4de3ee4bc79
Make static helper methods member functions of OptimizingCompiler class

Make RunOptimizations, MaybeRunInliner and RunArchOptimizations member
functions of OptimizingCompiler class.

Both versions of RunOptimizations are protected in preparation for
bisection bug search CL.

Change-Id: I596efa9ed3fccd1ed3798c6427cc166e2a5d28bd
compiler/optimizing/optimizing_compiler.cc