[all-commits] [llvm/llvm-project] 2c2405: [CallSite removal] Rename CallSite.h to AbstractCa...
topperc via All-commits
all-commits at lists.llvm.org
Fri Apr 24 22:16:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2c24051bacd2d0eb7141fc4adb870281aec4e714
https://github.com/llvm/llvm-project/commit/2c24051bacd2d0eb7141fc4adb870281aec4e714
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
A llvm/include/llvm/IR/AbstractCallSite.h
R llvm/include/llvm/IR/CallSite.h
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/include/llvm/module.modulemap
M llvm/lib/IR/AbstractCallSite.cpp
M llvm/lib/Transforms/IPO/IPConstantPropagation.cpp
Log Message:
-----------
[CallSite removal] Rename CallSite.h to AbstractCallSite.h. NFC
The CallSite and ImmutableCallSite were removed in a previous
commit. So rename the file to match the remaining class and
the name of the cpp that implements it.
More information about the All-commits
mailing list