[PATCH] D80275: [MLIR] Add missing decorative comment line

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 14:10:15 PDT 2020


rriddle added inline comments.


================
Comment at: mlir/include/mlir/IR/StandardTypes.h:399
 // RankedTensorType
+//===----------------------------------------------------------------------===//
 
----------------
This was intentional btw. I use these types of comment blocks to demarcate sub-sections...

```
//===----------------------------------------------------------------------===//
// Main Section 1
//===----------------------------------------------------------------------===//

//===----------------------------------------------------------------------===//
// Sub-Section

//===----------------------------------------------------------------------===//
// Main Section 2
//===----------------------------------------------------------------------===//
```


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80275/new/

https://reviews.llvm.org/D80275





More information about the llvm-commits mailing list