Revert "Better spelling."

This reverts commit b80e596feead4faab0e5852d0907e4629856942e.
This commit is contained in:
Vassil Vassilev 2013-06-04 16:15:57 +02:00 committed by sftnight
parent 10de73f318
commit 2d18a9f7e9

View File

@ -81,7 +81,7 @@ namespace cling {
}
void IncrementalParser::Initialize() {
// pull in PCHs
if (hasCodeGenerator())
if (getCodeGenerator())
getCodeGenerator()->Initialize(getCI()->getASTContext());
const std::string& PCHFileName
= m_CI->getInvocation ().getPreprocessorOpts().ImplicitPCHInclude;