[all-commits] [llvm/llvm-project] a0c42c: [NFC] Remove AttributeList::hasParamAttribute()
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Aug 13 10:59:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0c42ca56c2ea14c53f7bebcd9b53c4dfe4152e2
https://github.com/llvm/llvm-project/commit/a0c42ca56c2ea14c53f7bebcd9b53c4dfe4152e2
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M llvm/include/llvm/IR/Attributes.h
M llvm/include/llvm/IR/Function.h
M llvm/lib/Analysis/Lint.cpp
M llvm/lib/IR/Attributes.cpp
M llvm/lib/IR/Function.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
M llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/unittests/IR/AttributesTest.cpp
Log Message:
-----------
[NFC] Remove AttributeList::hasParamAttribute()
It's the same as AttributeList::hasParamAttr().
More information about the All-commits
mailing list