mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 08:16:07 +03:00
54fdef7799
Don't emit `expect`/`assume` in opt-level=0 LLVM does not make use of expect/assume calls in `opt-level=0`, so we can simplify IR by not emitting them in this case.