forked from OSchip/llvm-project
[flang][openacc] Add missing comment in header
This commit is contained in:
parent
4ff48db68d
commit
aca58ef784
|
@ -5,6 +5,10 @@
|
|||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Coding style: https://mlir.llvm.org/getting_started/DeveloperGuide/
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef FORTRAN_LOWER_OPENACC_H
|
||||
#define FORTRAN_LOWER_OPENACC_H
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Coding style: https://mlir.llvm.org/getting_started/DeveloperGuide/
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "flang/Lower/OpenACC.h"
|
||||
#include "flang/Lower/Bridge.h"
|
||||
|
|
Loading…
Reference in New Issue