From: Daniel Dunbar Date: Thu, 10 Feb 2011 18:10:07 +0000 (+0000) Subject: Fix family-friendly-o, tsk tsk. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f6890ebb874cc16320259daef50f1b4cfdc47d5;p=clang Fix family-friendly-o, tsk tsk. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125293 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGCall.cpp b/lib/CodeGen/CGCall.cpp index cc8dbcb1df..11eeecba60 100644 --- a/lib/CodeGen/CGCall.cpp +++ b/lib/CodeGen/CGCall.cpp @@ -769,7 +769,7 @@ void CodeGenModule::ConstructAttributeList(const CGFunctionInfo &FI, // 'restrict' -> 'noalias' is done in EmitFunctionProlog when we // have the corresponding parameter variable. It doesn't make - // sense to do it here because parameters are so fucked up. + // sense to do it here because parameters are so messed up. switch (AI.getKind()) { case ABIArgInfo::Extend: if (ParamType->isSignedIntegerType())