Files
clang-p2996/llvm/lib/Support/DataExtractor.cpp
Adrian Prantl 2c07181424 [LEB128] Don't initialize error on success
This change removes an unnecessary branch from a hot path. It's also
questionable API to override any previous error unconditonally.
2023-11-29 12:47:27 -08:00

7.3 KiB