Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
| lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | ||
|---|---|---|
| 7047 ↗ | (On Diff #14542) | Comment is now out-of-date. | 
| lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | ||
| 24 ↗ | (On Diff #14542) | No need to include the header. A forward declaration of the class should be enough. | 
| 648–650 ↗ | (On Diff #14542) | I know the coding standard in this file is a little messy, but new functions should be added in camelCase. |