[llvm] r254668 - [CodeGen] Minor correction to comment on PhysRegInfo.
Kevin B. Smith via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 16:00:10 PST 2015
Author: kbsmith1
Date: Thu Dec 3 18:00:10 2015
New Revision: 254668
URL: http://llvm.org/viewvc/llvm-project?rev=254668&view=rev
Log:
[CodeGen] Minor correction to comment on PhysRegInfo.
Differential revision: http://reviews.llvm.org/D15216
Modified:
llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h
Modified: llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h?rev=254668&r1=254667&r2=254668&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineInstrBundle.h Thu Dec 3 18:00:10 2015
@@ -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.
More information about the llvm-commits
mailing list