From: rollrat Date: Sun, 8 Dec 2019 20:05:50 +0000 (+0100) Subject: [NFC][LivePhysRegs] Fix incorrect comment X-Git-Tag: llvmorg-11-init~2674 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fdb7ac503a964b128ec909fbf95443c3ea279a4;p=platform%2Fupstream%2Fllvm.git [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 --- diff --git a/llvm/lib/CodeGen/LivePhysRegs.cpp b/llvm/lib/CodeGen/LivePhysRegs.cpp index c2a1cc7..bdb165b 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) {