mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-17 01:26:07 +00:00

indirect branches in all the predecessors. This avoids unnecessarily splitting edges in cases where load PRE is not possible anyway. Thanks to Jakub Staszak for pointing this out. llvm-svn: 103034