[all-commits] [llvm/llvm-project] 919795: [ArgPromotion] Move ArgPart and OffsetAndArgPart t...
Pavel Samolysov via All-commits
all-commits at lists.llvm.org
Thu Apr 28 09:52:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9197959e131ec5e833c02afd0b3e4024f8236a12
https://github.com/llvm/llvm-project/commit/9197959e131ec5e833c02afd0b3e4024f8236a12
Author: Pavel Samolysov <samolisov at gmail.com>
Date: 2022-04-28 (Thu, 28 Apr 2022)
Changed paths:
M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
Log Message:
-----------
[ArgPromotion] Move ArgPart and OffsetAndArgPart to anonymous namespace
The structure ArgPart and alias OffsetAndArgPart have been moved
into the anonymous namespace. NFC.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D124617
More information about the All-commits
mailing list