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 | 29a5bf5f0fe5ebd1494a05b6e75570a0d2d9977f (patch) | |
tree | 248016ef0e33eafe120328b8d8683508617126ae /lib/Transforms/Scalar/Reassociate.cpp | |
parent | 789082af0399576a80141a8bd6241f96e29e2902 (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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21767 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/Reassociate.cpp')
0 files changed, 0 insertions, 0 deletions