[LV] Remove stray dbgs() call after 774fc63490.

This commit is contained in:
Florian Hahn 2022-07-05 12:58:13 +01:00
parent 02ab87f543
commit ebb78a95ce
No known key found for this signature in database
GPG Key ID: CF59919C6547A668
1 changed files with 0 additions and 1 deletions

View File

@ -10315,7 +10315,6 @@ static bool areRuntimeChecksProfitable(GeneratedRTChecks &Checks,
// RtC < ScalarC * TC * (1 / X) ==> RtC * X / ScalarC < TC
double MinTC2 = RtC * 10 / ScalarC;
dbgs() << ScalarC << " " << RtC << " " << VecCOverVF << "\n";
// Now pick the larger minimum. If it is not a multiple of VF, choose the
// next closest multiple of VF. This should partly compensate for ignoring
// the epilogue cost.