[PATCH] D95828: [flang][NFC] Update #include and comment.

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 1 15:22:35 PST 2021


schweitz created this revision.
schweitz added reviewers: jeanPerier, clementval, kiranchandramohan, SouraVX, sameeranjoshi.
schweitz added a project: Flang.
Herald added a subscriber: jdoerfert.
schweitz requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95828

Files:
  flang/include/flang/Optimizer/Dialect/FIRAttr.h


Index: flang/include/flang/Optimizer/Dialect/FIRAttr.h
===================================================================
--- flang/include/flang/Optimizer/Dialect/FIRAttr.h
+++ flang/include/flang/Optimizer/Dialect/FIRAttr.h
@@ -5,11 +5,15 @@
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
+//
+// Coding style: https://mlir.llvm.org/getting_started/DeveloperGuide/
+//
+//===----------------------------------------------------------------------===//
 
 #ifndef OPTIMIZER_DIALECT_FIRATTR_H
 #define OPTIMIZER_DIALECT_FIRATTR_H
 
-#include "mlir/IR/Attributes.h"
+#include "mlir/IR/BuiltinAttributes.h"
 
 namespace mlir {
 class DialectAsmParser;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95828.320620.patch
Type: text/x-patch
Size: 749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210201/2306a305/attachment-0001.bin>


More information about the llvm-commits mailing list