We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b78c2 commit c90d622Copy full SHA for c90d622
clang/lib/CodeGen/CGCall.cpp
@@ -3018,8 +3018,7 @@ void CodeGenModule::ConstructAttributeList(StringRef Name,
3018
3019
ArgNo = 0;
3020
if (AddedPotentialArgAccess && MemAttrForPtrArgs) {
3021
- llvm::FunctionType *FunctionType = FunctionType =
3022
- getTypes().GetFunctionType(FI);
+ llvm::FunctionType *FunctionType = getTypes().GetFunctionType(FI);
3023
for (CGFunctionInfo::const_arg_iterator I = FI.arg_begin(),
3024
E = FI.arg_end();
3025
I != E; ++I, ++ArgNo) {
0 commit comments