[all-commits] [llvm/llvm-project] 8d943a: [NFC] Rename BBSectionsPrepare -> BasicBlockSections.
Snehasish Kumar via All-commits
all-commits at lists.llvm.org
Thu Aug 6 13:12:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8d943a928d254a25caa5a6d2f92f8719c92a9694
https://github.com/llvm/llvm-project/commit/8d943a928d254a25caa5a6d2f92f8719c92a9694
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/InitializePasses.h
R llvm/lib/CodeGen/BBSectionsPrepare.cpp
A llvm/lib/CodeGen/BasicBlockSections.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGen.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
Log Message:
-----------
[NFC] Rename BBSectionsPrepare -> BasicBlockSections.
Rename the BBSectionsPrepare pass as suggested by the review comment in
https://reviews.llvm.org/D85368.
Differential Revision: https://reviews.llvm.org/D85380
More information about the All-commits
mailing list