Fix family-friendly-o, tsk tsk.

llvm-svn: 125293
This commit is contained in:
Daniel Dunbar 2011-02-10 18:10:07 +00:00
parent 61a61e9da3
commit cb2b3d051d
1 changed files with 1 additions and 1 deletions

View 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())