forked from OSchip/llvm-project
parent
62c1b916f4
commit
6ae3b78df6
|
@ -95,8 +95,7 @@ public:
|
|||
}
|
||||
|
||||
/// getRegisterInfo - If register information is available, return it. If
|
||||
/// not, return null. This is kept separate from RegInfo until RegInfo has
|
||||
/// details of graph coloring register allocation removed from it.
|
||||
/// not, return null.
|
||||
///
|
||||
virtual const TargetRegisterInfo *getRegisterInfo() const { return nullptr; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue