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 a1171c8 commit 06f5701Copy full SHA for 06f5701
clang/lib/CodeGen/Targets/AArch64.cpp
@@ -65,7 +65,7 @@ class AArch64ABIInfo : public ABIInfo {
65
66
return Kind == AArch64ABIKind::Win64 ? EmitMSVAArg(CGF, VAListAddr, Ty)
67
: isDarwinPCS() ? EmitDarwinVAArg(VAListAddr, Ty, CGF)
68
- : EmitAAPCSVAArg(VAListAddr, Ty, CGF, Kind);
+ : EmitAAPCSVAArg(VAListAddr, Ty, CGF, Kind);
69
}
70
71
Address EmitMSVAArg(CodeGenFunction &CGF, Address VAListAddr,
0 commit comments