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