JIT: standardize on bool for return type of GenTree OperIs methods
authorAndy Ayers <andya@microsoft.com>
Fri, 17 Jun 2016 22:31:32 +0000 (15:31 -0700)
committerAndy Ayers <andya@microsoft.com>
Fri, 17 Jun 2016 22:31:32 +0000 (15:31 -0700)
commitb1988c8d4029b20d68b8e6102e7d863385595c51
tree5ba0a4ac1eeb2959296d2547e4d04dce0ce9d78f
parentee3ad560653dc74e2a98642b2bdf4115f9d208f1
JIT: standardize on bool for return type of GenTree OperIs methods

We had a mixture of bool and int return types. Standardize on bool.
Otherwise callers must match the mixed typing to avoid the fatal
C4800 warning on windows.
src/jit/gentree.h