daniel is buggy :)

llvm-svn: 71065
This commit is contained in:
Chris Lattner 2009-05-06 04:38:30 +00:00
parent dbcc5ca57f
commit 37ac812f9c
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ static void InitializeLanguageStandard(LangOptions &Options, LangKind LK,
Options.PICLevel = PICLevel;
Options.GNUInline = !Options.C99;
// FIXME: This is effected by other options (-fno-inline).
// FIXME: This is affected by other options (-fno-inline).
Options.NoInline = !OptSize && !OptLevel;
Options.Static = StaticDefine;