[flang][NFC] Update #include and comment.
authorEric Schweitz <eschweitz@nvidia.com>
Mon, 1 Feb 2021 23:18:37 +0000 (15:18 -0800)
committerEric Schweitz <eschweitz@nvidia.com>
Tue, 2 Feb 2021 16:49:04 +0000 (08:49 -0800)
Differential Revision: https://reviews.llvm.org/D95828

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

index e000816..e7075f3 100644 (file)
@@ -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;