]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #71106 - jonas-schievink:remove-call-guard-pass, r=ecstatic-morse,RalfJung
authorbors <bors@rust-lang.org>
Wed, 15 Apr 2020 03:40:37 +0000 (03:40 +0000)
committerbors <bors@rust-lang.org>
Wed, 15 Apr 2020 03:40:37 +0000 (03:40 +0000)
Don't always run `add_call_guards` pass

It is only needed when `add_retag` runs.

(the pass is run again to split critical edges before codegen, that one is required)


Trivial merge