File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -3407,13 +3407,8 @@ bool ScopBuilder::buildAliasChecks() {
3407
3407
// we make the assumed context infeasible.
3408
3408
scop->invalidate (ALIASING, DebugLoc ());
3409
3409
3410
- LLVM_DEBUG (
3411
- dbgs () << " \n\n NOTE: Run time checks for " << scop->getNameStr ()
3412
- << " could not be created as the number of parameters involved "
3413
- " is too high. The SCoP will be "
3414
- " dismissed.\n Use:\n\t --polly-rtc-max-parameters=X\n to adjust "
3415
- " the maximal number of parameters but be advised that the "
3416
- " compile time might increase exponentially.\n\n " );
3410
+ LLVM_DEBUG (dbgs () << " \n\n NOTE: Run time checks for " << scop->getNameStr ()
3411
+ << " could not be created. This SCoP has been dismissed." );
3417
3412
return false ;
3418
3413
}
3419
3414
You can’t perform that action at this time.
0 commit comments