forked from OSchip/llvm-project
parent
32096786f1
commit
478dcd0239
|
@ -1073,6 +1073,8 @@ std::string FunctionType::getParamAttrsText(ParameterAttributes Attr) {
|
|||
Result += "sext ";
|
||||
if (Attr & NoReturnAttribute)
|
||||
Result += "noreturn ";
|
||||
if (Attr & NoUnwindAttribute)
|
||||
Result += "nounwind ";
|
||||
if (Attr & InRegAttribute)
|
||||
Result += "inreg ";
|
||||
if (Attr & StructRetAttribute)
|
||||
|
|
Loading…
Reference in New Issue