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
simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0
· 1118860e
Benjamin Kramer
authored
Jun 15, 2010
llvm-svn: 106047
1118860e
Loading