mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-20 11:23:29 +00:00
[RegisterBank] Mark the dump method with LLVM_DUMP_METHOD.
NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282266 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
32ed609373
commit
f8d0897068
@ -72,7 +72,7 @@ bool RegisterBank::operator==(const RegisterBank &OtherRB) const {
|
||||
return &OtherRB == this;
|
||||
}
|
||||
|
||||
void RegisterBank::dump(const TargetRegisterInfo *TRI) const {
|
||||
LLVM_DUMP_METHOD void RegisterBank::dump(const TargetRegisterInfo *TRI) const {
|
||||
print(dbgs(), /* IsForDebug */ true, TRI);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user