[all-commits] [llvm/llvm-project] cf0357: [BasicBlockUtils] Fix typo in API name (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jan 28 07:33:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf0357a5450e2b0d7e3aed28d3e0d53bc81849a6
https://github.com/llvm/llvm-project/commit/cf0357a5450e2b0d7e3aed28d3e0d53bc81849a6
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
M llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
Log Message:
-----------
[BasicBlockUtils] Fix typo in API name (NFC)
detatch -> detach. As this requires touching all uses, also
lower-case it in accordance with the style guide.
More information about the All-commits
mailing list