diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-02-10 18:10:07 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-02-10 18:10:07 +0000 |
commit | 7f6890ebb874cc16320259daef50f1b4cfdc47d5 (patch) | |
tree | ac8493a1610da0c292d1574fec3d5792862528a5 /lib/CodeGen/CGCall.cpp | |
parent | a18652fe1e8233fbf8b67484945c7f7b2bf272be (diff) |
Fix family-friendly-o, tsk tsk.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGCall.cpp')
-rw-r--r-- | lib/CodeGen/CGCall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |