1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

Allow clients to get at the pointer type

llvm-svn: 7670
This commit is contained in:
Chris Lattner 2003-08-07 06:01:44 +00:00
parent 7f47b0d303
commit 24cea97f79

View File

@ -41,6 +41,8 @@ public:
return CalleeSavedRegisters;
}
MVT::ValueType getPointerType() const { return PointerType; }
// getInstructionSet - Return the InstructionSet object...
Record *getInstructionSet() const;