Don't turn off blocks in C++

llvm-svn: 59827
This commit is contained in:
Douglas Gregor 2008-11-21 17:10:06 +00:00
parent 0f137df0aa
commit 09075a99e0
1 changed files with 0 additions and 3 deletions

View File

@ -570,9 +570,6 @@ static void InitializeLanguageStandard(LangOptions &Options, LangKind LK,
} else {
Options.NeXTRuntime = Target->useNeXTRuntimeAsDefault();
}
if (Options.CPlusPlus)
Options.Blocks = 0;
}
static llvm::cl::opt<bool>