Index: llvm/trunk/lib/Transforms/Scalar/LoopInterchange.cpp =================================================================== --- llvm/trunk/lib/Transforms/Scalar/LoopInterchange.cpp +++ llvm/trunk/lib/Transforms/Scalar/LoopInterchange.cpp @@ -173,9 +173,6 @@ } } - // We don't have a DepMatrix to check legality return false. - if (DepMatrix.empty()) - return false; return true; }