[Polly] Fix -Wreorder-ctor. NFC
authorFangrui Song <i@maskray.me>
Thu, 2 Jun 2022 00:33:14 +0000 (17:33 -0700)
committerFangrui Song <i@maskray.me>
Thu, 2 Jun 2022 00:33:14 +0000 (17:33 -0700)
polly/lib/Transform/MaximalStaticExpansion.cpp

index dd1bae1..e32a69d 100644 (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
   ///