[llvm] 9fdb7ac - [NFC][LivePhysRegs] Fix incorrect comment

David Tellenbach via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 8 12:08:32 PST 2019


Author: rollrat
Date: 2019-12-08T21:07:28+01:00
New Revision: 9fdb7ac503a964b128ec909fbf95443c3ea279a4

URL: https://github.com/llvm/llvm-project/commit/9fdb7ac503a964b128ec909fbf95443c3ea279a4
DIFF: https://github.com/llvm/llvm-project/commit/9fdb7ac503a964b128ec909fbf95443c3ea279a4.diff

LOG: [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 at gmail.com>

Added: 
    

Modified: 
    llvm/lib/CodeGen/LivePhysRegs.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/LivePhysRegs.cpp b/llvm/lib/CodeGen/LivePhysRegs.cpp
index c2a1cc7c6490..bdb165bbc909 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) {


        


More information about the llvm-commits mailing list