Go to file
Nick Lewycky 10eb8e533f Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2).
llvm-svn: 61297
2008-12-21 00:19:21 +00:00
clang Did not mean to commit this. 2008-12-21 00:16:32 +00:00
llvm Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). 2008-12-21 00:19:21 +00:00