llvm-project/llvm/include
Kazu Hirata 4cc56d2b19 [MemorySSA] Remove unused declaration findDominatingDef (NFC)
The function definition was removed on Feb 22, 2017 in commit
17e8d0eae2.  The declaration has
remained since.
2020-12-02 17:40:20 -08:00
..
llvm [MemorySSA] Remove unused declaration findDominatingDef (NFC) 2020-12-02 17:40:20 -08:00
llvm-c Creating a named struct requires only a Context and a name, but looking up a struct by name requires a Module. The method on Module merely accesses the LLVMContextImpl and no data from the module itself, so this patch moves getTypeByName to a static method on StructType that takes a Context and a name. 2020-11-30 11:34:12 -08:00