[all-commits] [llvm/llvm-project] 06ff46: [LLDB][NFC] Fix suspicious bitwise expression in P...
fixathon via All-commits
all-commits at lists.llvm.org
Mon Aug 8 09:04:49 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06ff46d2d77feba285e672e2da42039c88dc965a
https://github.com/llvm/llvm-project/commit/06ff46d2d77feba285e672e2da42039c88dc965a
Author: Slava Gurevich <sgurevich at gmail.com>
Date: 2022-08-08 (Mon, 08 Aug 2022)
Changed paths:
M lldb/tools/intel-features/intel-mpx/cli-wrapper-mpxtable.cpp
Log Message:
-----------
[LLDB][NFC] Fix suspicious bitwise expression in PrintBTEntry()
Current application of bitwise-OR to a binary mask always results in True, which seems
inconsistent with the intent of the statement, a likely typo.
Differential Revision: https://reviews.llvm.org/D131312
More information about the All-commits
mailing list