llvm-project
f46a5153 - [LoongArch] Remove unreachable Value check in fixupLeb128 (#186297)

Commit
39 days ago
[LoongArch] Remove unreachable Value check in fixupLeb128 (#186297) Value is guaranteed to be zero after the loop: for (I = 0; Value; ++I, Value >>= 7) Therefore the subsequent `if (Value)` condition is always false. Remove the unreachable code. Reported by PVS-Studio. Fixed: #170122
Author
Parents
Loading