mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
35acaad8c7
If the beginning of the loop was also the entry block of the function, branches were inserted to the entry block which isn't allowed. If this occurs, create a new dummy function entry block that branches to the start of the loop. llvm-svn: 195493 |
||
---|---|---|
.. | ||
branch-on-argument.ll | ||
loop-multiple-exits.ll | ||
no-branch-to-entry.ll | ||
switch.ll |