summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-02-10 18:10:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-02-10 18:10:07 +0000
commitcb2b3d051dff6804be25ec07811813c6a033fabf (patch)
treed239419a001b18728e302478175bd6e6e112784e /clang/lib/CodeGen/CGCall.cpp
parent61a61e9da301cbd7261239de8279fd465c88cf3d (diff)
downloadbcm5719-llvm-cb2b3d051dff6804be25ec07811813c6a033fabf.tar.gz
bcm5719-llvm-cb2b3d051dff6804be25ec07811813c6a033fabf.zip
Fix family-friendly-o, tsk tsk.
llvm-svn: 125293
Diffstat (limited to 'clang/lib/CodeGen/CGCall.cpp')
-rw-r--r--clang/lib/CodeGen/CGCall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGCall.cpp b/clang/lib/CodeGen/CGCall.cpp
index cc8dbcb1dfd..11eeecba60b 100644
--- a/clang/lib/CodeGen/CGCall.cpp
+++ b/clang/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())
OpenPOWER on IntegriCloud