Files
clang-p2996/llvm/test/Regression/Transforms/SimplifyLibCalls
Reid Spencer f2ff439c4b * 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
2005-05-07 20:21:04 +00:00
..
2005-04-26 19:05:51 +00:00
2005-04-29 23:02:15 +00:00