Purely cosmetic change. Add missing decorative comment line.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/IR/StandardTypes.h | ||
---|---|---|
399 | This was intentional btw. I use these types of comment blocks to demarcate sub-sections... //===----------------------------------------------------------------------===// // Main Section 1 //===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===// // Sub-Section //===----------------------------------------------------------------------===// // Main Section 2 //===----------------------------------------------------------------------===// |
mlir/include/mlir/IR/StandardTypes.h | ||
---|---|---|
399 | Ups, sorry. |
This was intentional btw. I use these types of comment blocks to demarcate sub-sections...