Revert "Place the comment at the right place."

This reverts commit 452f22a3d5e8092f05c596be50930a5f314a7391.
This commit is contained in:
Vassil Vassilev 2013-06-04 16:15:55 +02:00 committed by sftnight
parent ba7c6596f8
commit 10de73f318

View File

@ -80,10 +80,9 @@ namespace cling {
m_TTransformers.push_back(new DeclExtractor(TheSema));
}
void IncrementalParser::Initialize() {
// pull in PCHs
if (hasCodeGenerator())
getCodeGenerator()->Initialize(getCI()->getASTContext());
// pull in PCHs
const std::string& PCHFileName
= m_CI->getInvocation ().getPreprocessorOpts().ImplicitPCHInclude;