summary refs log tree commit diff
path: root/src/test/mir-opt/inline/inline_diverging.f.Inline.diff
AgeCommit message (Collapse)AuthorLines
2020-11-09Support inlining diverging function callsTomasz Miąsko-0/+26
Additionally introduce storage markers for all temporaries created by the inliner. The temporary introduced for destination rebrorrow, didn't use them previously.