This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Add missing decorative comment line
AbandonedPublic

Authored by frgossen on May 20 2020, 12:32 AM.

Details

Summary

Purely cosmetic change. Add missing decorative comment line.

Diff Detail

Event Timeline

frgossen created this revision.May 20 2020, 12:32 AM
Herald added a project: Restricted Project. · View Herald Transcript
frgossen retitled this revision from [MLIR] Cosmetic changes to [MLIR] Cosmetic change.
pifon2a accepted this revision.May 20 2020, 2:43 AM
herhut accepted this revision.May 20 2020, 3:06 AM
silvas accepted this revision.May 20 2020, 12:00 PM

(Nit: please use a descriptive title for your commit message)

frgossen retitled this revision from [MLIR] Cosmetic change to [MLIR] Add missing decorative comment line.May 26 2020, 1:18 AM
frgossen edited the summary of this revision. (Show Details)
rriddle added inline comments.May 27 2020, 1:53 PM
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
//===----------------------------------------------------------------------===//
frgossen abandoned this revision.May 28 2020, 4:50 AM
frgossen marked an inline comment as done.
frgossen added inline comments.
mlir/include/mlir/IR/StandardTypes.h
399

Ups, sorry.