[BuildLibCalls][NFC] Remove redundant attribute list from emitCalloc
authorDawid Jurczak <dawid_jurek@vp.pl>
Thu, 5 Aug 2021 11:01:07 +0000 (13:01 +0200)
committerDawid Jurczak <dawid_jurek@vp.pl>
Thu, 5 Aug 2021 14:18:38 +0000 (16:18 +0200)
commit06206a8cd1b1538e265f79e245c34180c640e334
treeb0936165ba4b1a8cc72749baeb9c2db79ec442c7
parent95800da914938129083df2fa0165c1901909c273
[BuildLibCalls][NFC] Remove redundant attribute list from emitCalloc

Additionally with this patch aligned DSE which is the only user of emitCalloc.

Differential Revision: https://reviews.llvm.org/D103523
llvm/include/llvm/Transforms/Utils/BuildLibCalls.h
llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
llvm/lib/Transforms/Utils/BuildLibCalls.cpp