fhahn added inline comments.
================
Comment at: lib/Transforms/Scalar/LoopInterchange.cpp:434
+struct LoopInterchange : public LoopPass {
+  LPPassManager *LPM;
   static char ID;
----------------
Not needed, I'll drop it.
https://reviews.llvm.org/D51702