[all-commits] [llvm/llvm-project] 9a9c07: isConditionalBranch/isUnconditionalBranch - use bo...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Nov 2 14:39:02 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9a9c07d71166576dfbac1fbf8b8568305c77400c
https://github.com/llvm/llvm-project/commit/9a9c07d71166576dfbac1fbf8b8568305c77400c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-02 (Sat, 02 Nov 2019)
Changed paths:
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/MC/MCInstrDesc.h
Log Message:
-----------
isConditionalBranch/isUnconditionalBranch - use boolean operators. NFCI.
Stop static analyzer warnings about using bitwise operators on booleans.
More information about the All-commits
mailing list