Skip to content

Commit eb22fb4

Browse files
authored
[NFC] Unify headers in lib/Lower and lib/Optimizer (#1062)
1 parent 4dd70e1 commit eb22fb4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

flang/lib/Lower/CallInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- CallInterface.cpp -- Procedure call interface ------*- C++ -*-===//
1+
//===-- CallInterface.cpp -- Procedure call interface ---------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

flang/lib/Lower/SymbolMap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- SymbolMap.cpp -------------------------------------------*- C++ -*-===//
1+
//===-- SymbolMap.cpp -----------------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

flang/lib/Optimizer/Builder/BoxValue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- BoxValue.cpp -------------------------------------------*- C++ -*-===//
1+
//===-- BoxValue.cpp ------------------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

flang/lib/Optimizer/Transforms/AbstractResult.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- AbstractResult.cpp - Conversion of Abstract Function Result ---*-===//
1+
//===- AbstractResult.cpp - Conversion of Abstract Function Result --------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

flang/lib/Optimizer/Transforms/CharacterConversion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- CharacterConversion.cpp -- convert between character encodings ---*-===//
1+
//===- CharacterConversion.cpp -- convert between character encodings -----===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

flang/lib/Optimizer/Transforms/FirLoopResultOpt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- FirLoopResultOpt.cpp - Optimization pass for fir loops ------ -*-===//
1+
//===- FirLoopResultOpt.cpp - Optimization pass for fir loops -------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

flang/lib/Optimizer/Transforms/MemDataFlowOpt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- MemRefDataFlowOpt.cpp - Memory DataFlow Optimization pass ------ -*-===//
1+
//===- MemRefDataFlowOpt.cpp - Memory DataFlow Optimization pass ----------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)