forked from OSchip/llvm-project
parent
d5fdef016d
commit
fdfaae42b6
|
@ -54,6 +54,8 @@ namespace {
|
||||||
Register Reg;
|
Register Reg;
|
||||||
const TargetRegisterInfo &TRI;
|
const TargetRegisterInfo &TRI;
|
||||||
};
|
};
|
||||||
|
raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &PR)
|
||||||
|
LLVM_ATTRIBUTE_UNUSED;
|
||||||
raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &PR) {
|
raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &PR) {
|
||||||
return OS << PrintReg(PR.Reg.R, &PR.TRI, PR.Reg.S);
|
return OS << PrintReg(PR.Reg.R, &PR.TRI, PR.Reg.S);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue