diff options
| author | Richard Trieu <rtrieu@google.com> | 2019-07-31 04:41:05 +0000 |
|---|---|---|
| committer | Richard Trieu <rtrieu@google.com> | 2019-07-31 04:41:05 +0000 |
| commit | 33cdbff2a78a5aef35b75b28a3a9c2103e6977b4 (patch) | |
| tree | f07e0d019d0c3156b6d6dad91b6f552c9184d7be /llvm/lib/Support/CrashRecoveryContext.cpp | |
| parent | b22860da61ad68edf1f92c6fea8afe11c9c4036b (diff) | |
| download | bcm5719-llvm-33cdbff2a78a5aef35b75b28a3a9c2103e6977b4.tar.gz bcm5719-llvm-33cdbff2a78a5aef35b75b28a3a9c2103e6977b4.zip | |
Change '|' to '&' in conditional.
Bitwise-or with a non-zero constant will always evaluate to true. Switch to
bitwise-and which will only evalute to true if the specified bit is set in the
other operand.
llvm-svn: 367386
Diffstat (limited to 'llvm/lib/Support/CrashRecoveryContext.cpp')
0 files changed, 0 insertions, 0 deletions

