[Support/MemoryBuffer] Remove the assertion that the file size did not shrink.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 6 May 2014 23:30:56 +0000 (23:30 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 6 May 2014 23:30:56 +0000 (23:30 +0000)
commit6d46f2d3941474d5db59c0dc4e85779ca1af3376
tree1083d4cedd21dfb68bcb5f292394206f90d2ce52
parent9e9ec9b69ce132b72eb557e914f7f05241fb192f
[Support/MemoryBuffer] Remove the assertion that the file size did not shrink.

This can happen in practice with the user changing files and we can recover from it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208143 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/MemoryBuffer.cpp