forked from OSchip/llvm-project
[Polly] Fix -Wreorder-ctor. NFC
This commit is contained in:
parent
1a155ee7de
commit
8d3dda7624
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue