mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-26 09:49:48 +00:00
cea1040d51
Replace comment lines containing all dashes with the proper ===-----....----=== markers. Original-commit: flang-compiler/f18@a8936b0d41 Reviewed-on: https://github.com/flang-compiler/f18/pull/922
14 lines
421 B
Fortran
14 lines
421 B
Fortran
!===-- module/omp_lib.f90 --------------------------------------------------===!
|
|
!
|
|
! Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
! See https://llvm.org/LICENSE.txt for license information.
|
|
! SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
!
|
|
!===------------------------------------------------------------------------===!
|
|
|
|
module omp_lib
|
|
|
|
include "omp_lib.h"
|
|
|
|
end module omp_lib
|