Fold strlen(expr ? "str1" : "str2") to x ? len1 : len2. This fires about 330...
Fold strlen(expr ? "str1" : "str2") to x ? len1 : len2. This fires about 330 times in a bootstrap of clang. llvm-svn: 207828
Loading
Please register or sign in to comment