mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75212 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -53,7 +53,8 @@ protected:
|
|||||||
unsigned FramePtr;
|
unsigned FramePtr;
|
||||||
|
|
||||||
// Can be only subclassed.
|
// Can be only subclassed.
|
||||||
explicit ARMBaseRegisterInfo(const ARMBaseInstrInfo &tii, const ARMSubtarget &STI);
|
explicit ARMBaseRegisterInfo(const ARMBaseInstrInfo &tii,
|
||||||
|
const ARMSubtarget &STI);
|
||||||
|
|
||||||
// Return the opcode that implements 'Op', or 0 if no opcode
|
// Return the opcode that implements 'Op', or 0 if no opcode
|
||||||
unsigned getOpcode(int Op) const;
|
unsigned getOpcode(int Op) const;
|
||||||
|
Reference in New Issue
Block a user