Updated a comment to hopefully silence a Lattner warning.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43562 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2007-10-31 17:53:38 +00:00
Родитель 2e7d352dbe
Коммит d1c0eee9aa
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -116,8 +116,8 @@ const ContentCache* SourceManager::getContentCache(const FileEntry *FileEnt) {
}
/// createMemBufferInfoRec - Create a new ContentCache for the specified memory
/// buffer. This does no caching.
/// createMemBufferContentCache - Create a new ContentCache for the specified
/// memory buffer. This does no caching.
const ContentCache*
SourceManager::createMemBufferContentCache(const MemoryBuffer *Buffer) {
// Add a new ContentCache to the MemBufferInfos list and return it. We