From: Chris Lattner Date: Wed, 6 May 2009 04:38:30 +0000 (+0000) Subject: daniel is buggy :) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5aeb9e7a211a7873773c3a30edfd9a4db8f889c9;p=clang daniel is buggy :) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71065 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-cc/clang-cc.cpp b/tools/clang-cc/clang-cc.cpp index 7f548f73b8..cdb606cb81 100644 --- a/tools/clang-cc/clang-cc.cpp +++ b/tools/clang-cc/clang-cc.cpp @@ -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;