about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMichael Wright <mikerite@lavabit.com>2021-10-20 06:13:42 +0200
committerMichael Wright <mikerite@lavabit.com>2021-10-20 06:13:42 +0200
commit1ede540b2135ce56546cb5f28fbf5c000646363f (patch)
tree530928bba64103bf838d1cab1b4d869a8af595f1 /compiler/rustc_codegen_llvm/src
parentc4d5471a45dbdddccb74bb505864cab284df21fd (diff)
downloadrust-1ede540b2135ce56546cb5f28fbf5c000646363f.tar.gz
rust-1ede540b2135ce56546cb5f28fbf5c000646363f.zip
Fix false positive in `match_overlapping_arm`
The bug was dues to the constant bytes being compared instead of their
values. This meant that negative values were being treated as larger
than some positive values.

Fixes #7829
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions