[PATCH] D15216: [CodeGen] Minor correction to comment on PhysRegInfo.

Kevin B. Smith via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 15:57:19 PST 2015


kbsmith1 created this revision.
kbsmith1 added reviewers: dexonsmith, t.p.northover.
kbsmith1 added a subscriber: llvm-commits.

Just fixing a minor error I saw in this comment.

http://reviews.llvm.org/D15216

Files:
  MachineInstrBundle.h

Index: MachineInstrBundle.h
===================================================================
--- MachineInstrBundle.h
+++ MachineInstrBundle.h
@@ -174,7 +174,7 @@
     /// Defines - Reg or a super-register is defined.
     bool Defines;
 
-    /// Reads - Read or a super-register is read.
+    /// Reads - Reg or a super-register is read.
     bool Reads;
 
     /// ReadsOverlap - Reg or an overlapping register is read.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15216.41818.patch
Type: text/x-patch
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151203/11d4ff28/attachment.bin>


More information about the llvm-commits mailing list