[cfe-commits] r125293 - /cfe/trunk/lib/CodeGen/CGCall.cpp

Daniel Dunbar daniel at zuster.org
Thu Feb 10 10:10:07 PST 2011


Author: ddunbar
Date: Thu Feb 10 12:10:07 2011
New Revision: 125293

URL: http://llvm.org/viewvc/llvm-project?rev=125293&view=rev
Log:
Fix family-friendly-o, tsk tsk.

Modified:
    cfe/trunk/lib/CodeGen/CGCall.cpp

Modified: cfe/trunk/lib/CodeGen/CGCall.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGCall.cpp?rev=125293&r1=125292&r2=125293&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGCall.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGCall.cpp Thu Feb 10 12:10:07 2011
@@ -769,7 +769,7 @@
 
     // '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())





More information about the cfe-commits mailing list