diff options
author | Craig Topper <craig.topper@gmail.com> | 2020-04-16 21:03:39 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2020-04-16 22:10:34 -0700 |
commit | 5034df860038822e640234fde994783c3f26d6f6 (patch) | |
tree | 4216abb0954e57df0183337c552d7437d0fffcc2 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | a6f19762c6d9d3ff4074b85194c9409635aa8014 (diff) | |
download | llvm-5034df860038822e640234fde994783c3f26d6f6.zip llvm-5034df860038822e640234fde994783c3f26d6f6.tar.gz llvm-5034df860038822e640234fde994783c3f26d6f6.tar.bz2 |
[SampleProfile] Use CallBase in function arguments and data structures to reduce the number of explicit casts. NFCI
Removing CallSite left us with a bunch of explicit casts from
Instruction to CallBase. This moves the casts earlier so that
function arguments and data structure types are CallBase so
we don't have to cast when we use them.
Differential Revision: https://reviews.llvm.org/D78246
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions