mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Allow clients to get at the pointer type
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7670 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
784a793636
commit
54c66feed9
@ -41,6 +41,8 @@ public:
|
||||
return CalleeSavedRegisters;
|
||||
}
|
||||
|
||||
MVT::ValueType getPointerType() const { return PointerType; }
|
||||
|
||||
// getInstructionSet - Return the InstructionSet object...
|
||||
Record *getInstructionSet() const;
|
||||
|
||||
|
@ -41,6 +41,8 @@ public:
|
||||
return CalleeSavedRegisters;
|
||||
}
|
||||
|
||||
MVT::ValueType getPointerType() const { return PointerType; }
|
||||
|
||||
// getInstructionSet - Return the InstructionSet object...
|
||||
Record *getInstructionSet() const;
|
||||
|
||||
|
@ -41,6 +41,8 @@ public:
|
||||
return CalleeSavedRegisters;
|
||||
}
|
||||
|
||||
MVT::ValueType getPointerType() const { return PointerType; }
|
||||
|
||||
// getInstructionSet - Return the InstructionSet object...
|
||||
Record *getInstructionSet() const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user