From: Kevin B. Smith Date: Fri, 4 Dec 2015 00:00:10 +0000 (+0000) Subject: [CodeGen] Minor correction to comment on PhysRegInfo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7008dd751d0660fee014bb2fcc31c92eb540faa4;p=oota-llvm.git [CodeGen] Minor correction to comment on PhysRegInfo. Differential revision: http://reviews.llvm.org/D15216 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254668 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineInstrBundle.h b/include/llvm/CodeGen/MachineInstrBundle.h index 0ce42dda55b..4ec3c189ae0 100644 --- a/include/llvm/CodeGen/MachineInstrBundle.h +++ b/include/llvm/CodeGen/MachineInstrBundle.h @@ -174,7 +174,7 @@ public: /// 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.