mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +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:
parent
0be4fe7ad4
commit
b5619f42f4
@ -53,7 +53,8 @@ protected:
|
||||
unsigned FramePtr;
|
||||
|
||||
// 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
|
||||
unsigned getOpcode(int Op) const;
|
||||
|
Loading…
Reference in New Issue
Block a user