[all-commits] [llvm/llvm-project] 8b36c4: [ArgPromotion] Make areFunctionArgsABICompatible()...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jan 28 06:26:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b36c437df4a71553caa6fd7419f552b7aa7771d
https://github.com/llvm/llvm-project/commit/8b36c437df4a71553caa6fd7419f552b7aa7771d
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M llvm/include/llvm/Transforms/IPO/ArgumentPromotion.h
M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
Log Message:
-----------
[ArgPromotion] Make areFunctionArgsABICompatible() static (NFC)
This function used to be shared with the Attributor, but can now
be made private.
More information about the All-commits
mailing list