llvm-project/llvm/include
Pedro Olsen Ferreira 28a0b94d22 Rename and fix ValueMap::resize to reserve
The underlying map type (DenseMap) has had its resize() function
renamed to reserve() as part of
c04fc7a60f (SVN 264026).

This is only visible when the member function is called, as it is
template type name dependent.

Differential Revision: https://reviews.llvm.org/D125387
2022-05-12 13:44:47 +01:00
..
llvm Rename and fix ValueMap::resize to reserve 2022-05-12 13:44:47 +01:00
llvm-c const char* for LLVMTargetMachineEmitToFile's argument 2022-05-07 14:40:55 +00:00