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

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 08:49:29 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGaf43440bd2f4: [flang][NFC] Update #include and comment. (authored by schweitz).

Repository:
  rG LLVM Github Monorepo

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

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.320804.patch
Type: text/x-patch
Size: 749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210202/9ff0c9b2/attachment.bin>


More information about the llvm-commits mailing list