Fix the ordering of phases in compphases.h.
authorPat Gavlin <pagavlin@microsoft.com>
Mon, 23 Jan 2017 22:53:11 +0000 (14:53 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Mon, 23 Jan 2017 22:53:11 +0000 (14:53 -0800)
commitfee13962741e544392e1036fe4db705038daec60
treec5c611f3d8af7ee49293606d9cc1ffc08d43732e
parentb18f69d46952685ac5669f470f1f1afd02e8a349
Fix the ordering of phases in compphases.h.

PHASE_EMPTY_FINALLY and PHASE_CLONE_FINALLY were out-of-order in the
phase list with respect to their execution order, which caused the total
cycle count accounting to report incorrect data. This change places
these phases in the correct position in the phase list.

Commit migrated from https://github.com/dotnet/coreclr/commit/7058af62f27596fa3949e80f6b8ba677efcf9fac
src/coreclr/src/jit/compphases.h