sparse-array: Simplify code slightly.
authorBen Pfaff <blp@gnu.org>
Tue, 5 May 2009 04:53:07 +0000 (21:53 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 7 Jun 2009 04:11:05 +0000 (21:11 -0700)
commit02d26302aea9cb2c25c8cbb50bd120674de1f862
tree19511afda3d36851f72439f07456d583586be7d8
parenta68e3f51236286fe02c6c4b6d40efa1bcec36349
sparse-array: Simplify code slightly.

Instead of checking whether the key is in range in each caller of
find_leaf_node, do it in find_leaf_node itself.  This also allows checking
the cache before checking whether the key is in range, which might be an
optimization.
src/libpspp/sparse-array.c