mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 16:11:29 +00:00
[flang][NFC] Rename RewriteLoop.cpp to ControlFlowConverter.cpp
RewriteLoop.cpp is containing more than just loop conversion. It will soon contains the fir.select_type conversion as well. This patch renames the file so it is in line with the pass name. Reviewed By: jeanPerier Differential Revision: https://reviews.llvm.org/D137773
This commit is contained in:
parent
e1b88c8a09
commit
4299ff548e
@ -4,11 +4,11 @@ add_flang_library(FIRTransforms
|
||||
AffineDemotion.cpp
|
||||
AnnotateConstant.cpp
|
||||
CharacterConversion.cpp
|
||||
ControlFlowConverter.cpp
|
||||
ArrayValueCopy.cpp
|
||||
ExternalNameConversion.cpp
|
||||
MemoryAllocation.cpp
|
||||
MemRefDataFlowOpt.cpp
|
||||
RewriteLoop.cpp
|
||||
SimplifyRegionLite.cpp
|
||||
AlgebraicSimplification.cpp
|
||||
SimplifyIntrinsics.cpp
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- RewriteLoop.cpp ---------------------------------------------------===//
|
||||
//===-- ControlFlowConverter.cpp ------------------------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
Loading…
Reference in New Issue
Block a user