mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
c1da6ea344bb0bb166efc07edfd6913084df93cf
extract its associated landing pad block as well. However, that landing pad block may have more than one predecessor. So split the landing pad block so that individual landing pads have only one predecessor. This type of transformation may produce a false positive with bugpoint. llvm-svn: 140173
…
Description
No description provided
Languages
C++
46.8%
LLVM
31.2%
C
10.7%
Assembly
7.2%
Python
1.4%
Other
2.3%