We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea86b87 commit 1628818Copy full SHA for 1628818
1 file changed
src/cfg.rs
@@ -80,6 +80,7 @@ impl CFGInfo {
80
let preds = f.block_preds(succ).len() + if succ == f.entry_block() { 1 } else { 0 };
81
if preds > 1 {
82
require_no_branch_args = true;
83
+ break;
84
}
85
86
if require_no_branch_args {
0 commit comments