AArch64: Use Register

This commit is contained in:
Matt Arsenault 2022-04-16 16:19:25 -04:00
parent 4271ae22be
commit 53f3f2bbb1
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ class AArch64FunctionInfo final : public MachineFunctionInfo {
/// SRetReturnReg - sret lowering includes returning the value of the
/// returned struct in a register. This field holds the virtual register into
/// which the sret argument is passed.
unsigned SRetReturnReg = 0;
Register SRetReturnReg;
/// SVE stack size (for predicates and data vectors) are maintained here
/// rather than in FrameInfo, as the placement and Stack IDs are target
/// specific.