diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-23 20:25:01 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-23 20:25:01 +0000 |
| commit | 3d2ac2e41a96f1989a4aa240b8323d09e5cdd397 (patch) | |
| tree | 9290fa7a4deb8af7aa0cee250e301312ac6f7a84 /llvm/lib/IR | |
| parent | 03085c71848efe4b3308d87a345852ce554237d7 (diff) | |
| download | bcm5719-llvm-3d2ac2e41a96f1989a4aa240b8323d09e5cdd397.tar.gz bcm5719-llvm-3d2ac2e41a96f1989a4aa240b8323d09e5cdd397.zip | |
Split getOpenFile into getOpenFile and getOpenFileSlice.
The main observation is that we never need both the filesize and the map size.
When mapping a slice of a file, it doesn't make sense to request a null
terminator and that would be the only case where the filesize would be used.
There are other cleanups that should be done in this area:
* A client should not have to pass the size (even an explicit -1) to say if
it wants a null terminator or not, so we should probably swap the argument
order.
* The default should be to not require a null terminator. Very few clients
require this, but many end up asking for it just because it is the default.
llvm-svn: 186984
Diffstat (limited to 'llvm/lib/IR')
0 files changed, 0 insertions, 0 deletions

