about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2022-12-04 00:21:19 +0100
committerest31 <MTest31@outlook.com>2022-12-04 04:09:40 +0100
commita59a2d3f6a80001b0610f03cfc7a6452b63f8935 (patch)
tree2a3e2faa00f2c85fcf99a01ff85f5a8e2e12f920 /compiler/rustc_codegen_llvm/src/llvm_util.rs
parenta2076dc0a67b0fec7fe0548d0038eed46e714535 (diff)
downloadrust-a59a2d3f6a80001b0610f03cfc7a6452b63f8935.tar.gz
rust-a59a2d3f6a80001b0610f03cfc7a6452b63f8935.zip
Also avoid creating a terminating scope in mixed chains
This avoids creation of a terminating scope in
chains that contain both && and ||, because
also there we know that a terminating scope is
not neccessary: all the chain members are already
in such terminating scopes.

Also add a mixed && / || test.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions