Fix -Wunsequenced false-positives in code controlled by a branch on
__builtin_constant_p. If the operand of __builtin_constant_p is not constant and has side-effects, then code controlled by a branch on it is unreachable and we should not emit runtime behavior warnings in such code. llvm-svn: 359844
Loading
Please sign in to comment