[flang-commits] [flang] af43440 - [flang][NFC] Update #include and comment.

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


Author: Eric Schweitz
Date: 2021-02-02T08:49:04-08:00
New Revision: af43440bd2f49f9cc548099d35e42734f03735ef

URL: https://github.com/llvm/llvm-project/commit/af43440bd2f49f9cc548099d35e42734f03735ef
DIFF: https://github.com/llvm/llvm-project/commit/af43440bd2f49f9cc548099d35e42734f03735ef.diff

LOG: [flang][NFC] Update #include and comment.

Differential Revision: https://reviews.llvm.org/D95828

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/flang/include/flang/Optimizer/Dialect/FIRAttr.h b/flang/include/flang/Optimizer/Dialect/FIRAttr.h
index e0008161f993..e7075f33c534 100644
--- a/flang/include/flang/Optimizer/Dialect/FIRAttr.h
+++ b/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;


        


More information about the flang-commits mailing list