[llvm] [llvm] use 64-bit types for result of getDwarfRegNum (NFC) (PR #109494)

Walter Erquinigo via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 22 13:28:52 PDT 2024


================
@@ -43,8 +43,6 @@ struct LanaiRegisterInfo : public LanaiGenRegisterInfo {
   Register getFrameRegister(const MachineFunction &MF) const override;
   Register getBaseRegister() const;
   bool hasBasePointer(const MachineFunction &MF) const;
-
-  int getDwarfRegNum(unsigned RegNum, bool IsEH) const;
----------------
walter-erquinigo wrote:

why did you remove this?

https://github.com/llvm/llvm-project/pull/109494


More information about the llvm-commits mailing list