mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-30 07:14:53 +00:00
Implement the new optional getRegisterInfo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4437 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
478df7a7ae
commit
e5f5221b5e
@ -21,6 +21,9 @@ public:
|
||||
virtual const MachineFrameInfo &getFrameInfo() const { abort(); }
|
||||
virtual const MachineCacheInfo &getCacheInfo() const { abort(); }
|
||||
virtual const MachineOptInfo &getOptInfo() const { abort(); }
|
||||
virtual const MRegisterInfo *getRegisterInfo() const {
|
||||
return &instrInfo.getRegisterInfo();
|
||||
}
|
||||
|
||||
/// addPassesToJITCompile - Add passes to the specified pass manager to
|
||||
/// implement a fast dynamic compiler for this target. Return true if this is
|
||||
|
Loading…
x
Reference in New Issue
Block a user