1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/include
Johannes Doerfert 2d32597cfc [Attributor][FIX] Do not create new calls edge we cannot handle
If we propagate function pointers across function boundaries we can
create new call edges. These need to be represented in the CG if we run
as a CGSCC pass. In the new pass manager that is currently not handled
by the CallGraphUpdater so we need to prevent the situation for now.
2020-02-19 22:33:51 -06:00
..
llvm [Attributor][FIX] Do not create new calls edge we cannot handle 2020-02-19 22:33:51 -06:00
llvm-c [NFC] Remove trailing space 2020-02-18 10:49:13 +08:00