Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm, some naming nits
llvm/lib/Transforms/Scalar/SCCP.cpp | ||
---|---|---|
1134–1136 | Nit: here and below, CallBase &CB? |
llvm/lib/Transforms/Scalar/SCCP.cpp | ||
---|---|---|
1134–1136 | I was just trying to be consistent with the other visitor functions in the file. But I can change it. |
llvm/lib/Transforms/Scalar/SCCP.cpp | ||
---|---|---|
1134–1136 | Ah... I see, looks like some cases use just generic "I", some use acronyms (visitCatchSwitch for example). It's a nit anyway, the patch is good to land. |
Nit: here and below, CallBase &CB?