forked from OSchip/llvm-project
parent
61a61e9da3
commit
cb2b3d051d
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue