mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[NFC][LivePhysRegs] Fix incorrect comment
Reviewers: #llvm, tellenbach Reviewed By: tellenbach Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D71051 Patch by: rollrat <rollrat.cse@gmail.com>
This commit is contained in:
parent
03039d2315
commit
c70e2b4b91
@ -116,7 +116,7 @@ void LivePhysRegs::stepForward(const MachineInstr &MI,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Prin the currently live registers to OS.
|
/// Print the currently live registers to OS.
|
||||||
void LivePhysRegs::print(raw_ostream &OS) const {
|
void LivePhysRegs::print(raw_ostream &OS) const {
|
||||||
OS << "Live Registers:";
|
OS << "Live Registers:";
|
||||||
if (!TRI) {
|
if (!TRI) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user