[PATCH] D15216: [CodeGen] Minor correction to comment on PhysRegInfo.
Duncan P. N. Exon Smith via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 15:59:40 PST 2015
LGTM.
> On 2015-Dec-03, at 15:57, Kevin B. Smith <kevin.b.smith at intel.com> wrote:
>
> 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.
>
>
> <D15216.41818.patch>
More information about the llvm-commits
mailing list