For non-floating point types, added check for expressions of the form
"x == x" and "x != x". We emit a warning for these since they always evaluate to a constant value and often indicate a logical error. Added test case for this check. llvm-svn: 43450
Loading
Please register or sign in to comment