Suppress some bitwise-or-of-bool warnings with explicit int cast
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 18 Oct 2021 21:09:34 +0000 (14:09 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 18 Oct 2021 21:10:30 +0000 (14:10 -0700)
commit7cf1fef45f13991e2d3b97e0612cfb88bf906a50
treec8238746aa7e0d3376247221b375f2146cd8e198
parentecd25edfc5d908a1010fdf81419d779e8347de79
Suppress some bitwise-or-of-bool warnings with explicit int cast

These look like they have intentional side effects that would break from
shortcircuiting.
llvm/examples/IRTransforms/SimplifyCFG.cpp