mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 00:56:41 +00:00
[CodeGen][SystemZ] Replace PointerType::getUnqual(Type) with opaque version (NFC) (#126280)
Follow-up to #126278
This commit is contained in:
parent
4e29148cca
commit
54e0c2bbe2
@ -272,7 +272,7 @@ RValue SystemZABIInfo::EmitVAArg(CodeGenFunction &CGF, Address VAListAddr,
|
||||
SZCGI.handleExternallyVisibleObjABI(Ty.getTypePtr(), CGT.getCGM(),
|
||||
/*IsParam*/true);
|
||||
if (IsIndirect) {
|
||||
DirectTy = llvm::PointerType::getUnqual(DirectTy);
|
||||
DirectTy = llvm::PointerType::getUnqual(DirectTy->getContext());
|
||||
UnpaddedSize = DirectAlign = CharUnits::fromQuantity(8);
|
||||
} else {
|
||||
if (AI.getCoerceToType())
|
||||
|
Loading…
x
Reference in New Issue
Block a user