Reid Spencer 29a5bf5f0f * 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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21767 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-07 20:21:04 +00:00
..
2005-04-04 22:22:30 +00:00
2005-05-05 22:23:10 +00:00
2005-05-07 02:16:08 +00:00
2005-05-05 17:57:24 +00:00
2005-05-06 22:33:44 +00:00
2005-02-12 19:19:36 +00:00