commit | d405b7e2aed88c5ba9d2ef7332e86f95baaeed78 | [log] [tgz] |
---|---|---|
author | Nick Lewycky <[email protected]> | Wed Aug 03 01:11:40 2011 |
committer | Nick Lewycky <[email protected]> | Wed Aug 03 01:11:40 2011 |
tree | 93be0d8d25e7ba61fc0802d7d8b7db5dcf377c7f | |
parent | 035ea32870e4c1cae21f18fe40f30b7e64e24e60 [diff] |
Small cleanups: - use SmallVectorImpl& for the function argument. - ignore the operands on the GEP, even if they aren't constant! Much as we pretend the malloc succeeds, we pretend that malloc + whatever-you-GEP'd-by is not null. It's magic! llvm-svn: 136757