Skip to content
Commit 10eb8e53 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2).

llvm-svn: 61297
parent 8e0ba050
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment