diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-03 05:11:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-03 05:11:39 +0000 |
commit | 170b765785a00e8a66bf7f917dd5ec355d32d2d8 (patch) | |
tree | 3389a5f0bdddf91ea000d11cd42d6c836135b493 /lib/Basic/SourceManager.cpp | |
parent | 4387cd9697374462af10d1b5515f26f4af129432 (diff) |
pr5371 likely has nothing to do with this.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/SourceManager.cpp')
-rw-r--r-- | lib/Basic/SourceManager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Basic/SourceManager.cpp b/lib/Basic/SourceManager.cpp index f8e05e4962..962cb4c42a 100644 --- a/lib/Basic/SourceManager.cpp +++ b/lib/Basic/SourceManager.cpp @@ -52,7 +52,6 @@ const llvm::MemoryBuffer *ContentCache::getBuffer() const { if (!Buffer && Entry) { // FIXME: Should we support a way to not have to do this check over // and over if we cannot open the file? - // Yes, PR5371. Buffer = MemoryBuffer::getFile(Entry->getName(), 0, Entry->getSize()); if (isTruncated()) const_cast<ContentCache *>(this)->truncateAt(TruncateAtLine, |