diff options
| author | rollrat <rollrat.cse@gmail.com> | 2019-12-08 21:05:50 +0100 |
|---|---|---|
| committer | David Tellenbach <david.tellenbach@me.com> | 2019-12-08 21:07:28 +0100 |
| commit | 9fdb7ac503a964b128ec909fbf95443c3ea279a4 (patch) | |
| tree | afa17c1a56dc2ea3443c6d1cb1f0913849015da9 | |
| parent | 74e6ce2529fae2c3318731c6f4f77bfa92eb6eb7 (diff) | |
| download | bcm5719-llvm-9fdb7ac503a964b128ec909fbf95443c3ea279a4.tar.gz bcm5719-llvm-9fdb7ac503a964b128ec909fbf95443c3ea279a4.zip | |
[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>
| -rw-r--r-- | llvm/lib/CodeGen/LivePhysRegs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LivePhysRegs.cpp b/llvm/lib/CodeGen/LivePhysRegs.cpp index c2a1cc7c649..bdb165bbc90 100644 --- a/llvm/lib/CodeGen/LivePhysRegs.cpp +++ b/llvm/lib/CodeGen/LivePhysRegs.cpp @@ -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 { OS << "Live Registers:"; if (!TRI) { |

