[Polly] Fix -Wreorder-ctor. NFC

This commit is contained in:
Fangrui Song 2022-06-01 17:33:14 -07:00
parent 1a155ee7de
commit 8d3dda7624
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ class MaximalStaticExpansionImpl {
public:
MaximalStaticExpansionImpl(Scop &S, isl::union_map &Dependences,
OptimizationRemarkEmitter &ORE)
: S(S), ORE(ORE), Dependences(Dependences) {}
: ORE(ORE), S(S), Dependences(Dependences) {}
/// Expand the accesses of the SCoP
///