Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
"llvm/lib/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a83c0482dda12d68c9c96ba5f504fb1b1ddcd526"
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