[all-commits] [llvm/llvm-project] 34e752: [GlobalOpt] Use structured bindings to access Type...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Mar 7 05:00:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34e75240cb97af38484bb2c7aa76768539025b02
https://github.com/llvm/llvm-project/commit/34e75240cb97af38484bb2c7aa76768539025b02
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths:
M llvm/lib/Transforms/IPO/GlobalOpt.cpp
Log Message:
-----------
[GlobalOpt] Use structured bindings to access TypesVector (NFC).
This helps to reduce the diff of a follow-up change and improves
readability of the existing code.
More information about the All-commits
mailing list