commit | f2ff439c4b3e3667c7e8779e3162331498d057c3 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sat May 07 20:21:04 2005 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sat May 07 20:21:04 2005 +0000 |
tree | 87e4c9990cafb9739c4b7ad271d40f1fa95f475f | |
parent | 170ae7ff7093e8183c5fff3e66a0c97d96d07798 [diff] |
* Break tests into individual cases so its easier to see what's going on. * Add four new cases to handle the new optimizations for strlen, dealing with: strlen(x) != 0 -> *x != 0 strlen(x) == 0 -> *x == 0 for each of two cases: strlen(x) != 0 and strlen(x) == 0 llvm-svn: 21767