]> granicus.if.org Git - clang/commitdiff
Fix family-friendly-o, tsk tsk.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 10 Feb 2011 18:10:07 +0000 (18:10 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 10 Feb 2011 18:10:07 +0000 (18:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125293 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGCall.cpp

index cc8dbcb1dfd125b47ae99260fa7a3b60a23f7bc0..11eeecba60ba3ef835bc7cc53fff75d531be0de5 100644 (file)
@@ -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())