skipFunction() is called twice in runOnMachineFunction(). Remove one of them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, with a minor comment.
| lib/CodeGen/MachineBlockPlacement.cpp | ||
|---|---|---|
| 1458 | My preference would be to remove the second check instead of the first. This would match the other passes. | |
My preference would be to remove the second check instead of the first. This would match the other passes.