Fix a couple assertions that can never fire because the condition ANDed with the...
authorCraig Topper <craig.topper@gmail.com>
Sun, 24 Apr 2016 02:08:22 +0000 (02:08 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 24 Apr 2016 02:08:22 +0000 (02:08 +0000)
commit0da2076ba17d71cb6c907a83204785b0d64ee769
tree9bd160b9d9e8b306d456c4e57c4daf1b4234871f
parent855d1826562d0263f6977c15d3567377a0851e17
Fix a couple assertions that can never fire because the condition ANDed with the string is just true or 1.

llvm-svn: 267313
clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
clang/lib/Frontend/Rewrite/RewriteObjC.cpp