[all-commits] [llvm/llvm-project] 195af8: [MemoryBuiltins] Drop ReallocLike type (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Dec 9 02:36:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 195af8e034f08de9b620fb434a4e816c74575e86
https://github.com/llvm/llvm-project/commit/195af8e034f08de9b620fb434a4e816c74575e86
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M llvm/lib/Analysis/MemoryBuiltins.cpp
Log Message:
-----------
[MemoryBuiltins] Drop ReallocLike type (NFC)
All realloc style functions have been migrated to use allocator
attributes, so we no longer need to check for this.
More information about the All-commits
mailing list