These checks are redundant and can be removed
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm with comment
| lib/Transforms/Utils/LoopUtils.cpp | ||
|---|---|---|
| 476 ↗ | (On Diff #52040) | Looks like F isn't declared until further below? |
| lib/Transforms/Utils/LoopUtils.cpp | ||
|---|---|---|
| 476 ↗ | (On Diff #52040) | Fixed. This is what I get for not doing a sanity compile check on a minor change. |