Skip to content
Snippets Groups Projects

Setup for CI

Merged rarbore2 requested to merge ci into main
4 files
+ 15
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -197,7 +197,7 @@ fn inline_func(
// Stich the control use of the original call node's region with
// the predecessor control of the inlined function's return.
edit = edit.replace_all_uses(control, called_return_pred)?;
edit = edit.replace_all_uses(control, old_id_to_new_id(called_return_pred))?;
// Stitch uses of parameter nodes in the inlined function to the IDs
// of arguments provided to the call node.
Loading