1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Kai Nacke a3477b4ff6 Add strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
Add the missing transformation strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
and remove the ToDo comment.

Reviewer: Duncan P.N. Exan Smith
llvm-svn: 200736
2014-02-04 05:55:16 +00:00
..
2013-09-27 22:26:25 +00:00
2014-01-11 21:06:00 +00:00
2013-12-05 05:44:44 +00:00
2013-11-26 16:11:03 +00:00
2014-01-24 17:20:08 +00:00