diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2005-05-07 20:21:04 +0000 | 
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2005-05-07 20:21:04 +0000 | 
| commit | f2ff439c4b3e3667c7e8779e3162331498d057c3 (patch) | |
| tree | 87e4c9990cafb9739c4b7ad271d40f1fa95f475f /llvm/lib/Transforms | |
| parent | 170ae7ff7093e8183c5fff3e66a0c97d96d07798 (diff) | |
| download | bcm5719-llvm-f2ff439c4b3e3667c7e8779e3162331498d057c3.tar.gz bcm5719-llvm-f2ff439c4b3e3667c7e8779e3162331498d057c3.zip | |
* 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
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions

