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

Kevin B. Smith via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 16:03:16 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL254668: [CodeGen] Minor correction to comment on PhysRegInfo. (authored by kbsmith1).

Changed prior to commit:
  http://reviews.llvm.org/D15216?vs=41818&id=41821#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D15216

Files:
  llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h

Index: llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h
===================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h
+++ llvm/trunk/include/llvm/CodeGen/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.41821.patch
Type: text/x-patch
Size: 522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151204/2797d759/attachment.bin>


More information about the llvm-commits mailing list