cleanup the MappedFile API and comments. This removes and updates
authorChris Lattner <sabre@nondot.org>
Tue, 1 Apr 2008 00:53:25 +0000 (00:53 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Apr 2008 00:53:25 +0000 (00:53 +0000)
commit540630f637c14d27eadc1c79e93fbc2360715206
tree9553325b0caa60995768cc7d6e8068a288ccb0ec
parent328c84aa992138cda53d197f4d180ec5b40a5aa2
cleanup the MappedFile API and comments.  This removes and updates
tons of out of date comments (really nothing throws here!) and fixes
some other fairly glaring issues: "size" used to return the size of
the file *and* change it, depending on how you called it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49009 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/MappedFile.h
lib/System/Unix/MappedFile.inc
lib/System/Win32/MappedFile.inc