Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Transforms
Scalar
SimplifyLibCalls.cpp
Find file
Blame
History
Permalink
Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2).
· 10eb8e53
Nick Lewycky
authored
Dec 21, 2008
llvm-svn: 61297
10eb8e53
Loading