summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-20 22:27:20 +0000
committerAlp Toker <alp@nuanti.com>2013-12-20 22:27:20 +0000
commit556b3d69c02f9f4c27f375db7cb0002c7e800d73 (patch)
tree47c9856c59720e02e72bafd8b10f3fcc15923552 /clang/lib/Frontend/ASTUnit.cpp
parent5947c8fa990c80b06ce1fc70ca76f0de750e15ba (diff)
downloadbcm5719-llvm-556b3d69c02f9f4c27f375db7cb0002c7e800d73.tar.gz
bcm5719-llvm-556b3d69c02f9f4c27f375db7cb0002c7e800d73.zip
Remove obsolete preamble FIXME
The MD5 is checked since r197755 which is as good as comparing buffer contents in this context. llvm-svn: 197842
Diffstat (limited to 'clang/lib/Frontend/ASTUnit.cpp')
-rw-r--r--clang/lib/Frontend/ASTUnit.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/ASTUnit.cpp b/clang/lib/Frontend/ASTUnit.cpp
index 6f6283bc8e7..4f761f4c9bc 100644
--- a/clang/lib/Frontend/ASTUnit.cpp
+++ b/clang/lib/Frontend/ASTUnit.cpp
@@ -1480,8 +1480,6 @@ llvm::MemoryBuffer *ASTUnit::getMainBufferWithPrecompiledPreamble(
REnd = PreprocessorOpts.remapped_file_buffer_end();
!AnyFileChanged && R != REnd;
++R) {
- // FIXME: Should we actually compare the contents of file->buffer
- // remappings?
OverriddenFiles[R->first] =
PreambleFileHash::createForMemoryBuffer(R->second);
}
OpenPOWER on IntegriCloud