1
0
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:
rollrat 2019-12-08 21:05:50 +01:00 committed by David Tellenbach
parent 03039d2315
commit c70e2b4b91

View File

@ -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) {