[PATCH] D71051: LivePhysRegs: Fix incorrect comment
David Tellenbach via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 8 12:16:43 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9fdb7ac503a9: [NFC][LivePhysRegs] Fix incorrect comment (authored by rollrat, committed by tellenbach).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71051/new/
https://reviews.llvm.org/D71051
Files:
llvm/lib/CodeGen/LivePhysRegs.cpp
Index: llvm/lib/CodeGen/LivePhysRegs.cpp
===================================================================
--- llvm/lib/CodeGen/LivePhysRegs.cpp
+++ llvm/lib/CodeGen/LivePhysRegs.cpp
@@ -116,7 +116,7 @@
}
}
-/// 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) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71051.232741.patch
Type: text/x-patch
Size: 402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191208/a4b99a4b/attachment.bin>
More information about the llvm-commits
mailing list