Add headers for each section of output, with white space and "+++" to improve readability.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
utils/TableGen/CodeGenSchedule.cpp | ||
---|---|---|
548 ↗ | (On Diff #104284) | Not needed here, as everything after the "if" statement on line 545 to the end of the method only executes if in DEBUG mode. Not necessarily the style I would use, but it does follow what the rest of the file does. |
utils/TableGen/CodeGenSchedule.cpp | ||
---|---|---|
548 ↗ | (On Diff #104284) | ok, makes sense. |