Skip to content

Commit 9fdb7ac

Browse files
rollratdtellenbach
authored andcommitted
[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 <[email protected]>
1 parent 74e6ce2 commit 9fdb7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/LivePhysRegs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ void LivePhysRegs::stepForward(const MachineInstr &MI,
116116
}
117117
}
118118

119-
/// Prin the currently live registers to OS.
119+
/// Print the currently live registers to OS.
120120
void LivePhysRegs::print(raw_ostream &OS) const {
121121
OS << "Live Registers:";
122122
if (!TRI) {

0 commit comments

Comments
 (0)