summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin B. Smith <kevin.b.smith@intel.com>2015-12-04 00:00:10 +0000
committerKevin B. Smith <kevin.b.smith@intel.com>2015-12-04 00:00:10 +0000
commit09330577ffad57a63f51d5af0ffa1dc81d982781 (patch)
treec1ed7dd81855f4ecbd81453eafb8af226d6cad5e
parenta06bb16f95296840f6b6a30a2e7e748c3f5fb855 (diff)
downloadbcm5719-llvm-09330577ffad57a63f51d5af0ffa1dc81d982781.tar.gz
bcm5719-llvm-09330577ffad57a63f51d5af0ffa1dc81d982781.zip
[CodeGen] Minor correction to comment on PhysRegInfo.
Differential revision: http://reviews.llvm.org/D15216 llvm-svn: 254668
-rw-r--r--llvm/include/llvm/CodeGen/MachineInstrBundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstrBundle.h b/llvm/include/llvm/CodeGen/MachineInstrBundle.h
index 0ce42dda55b..4ec3c189ae0 100644
--- a/llvm/include/llvm/CodeGen/MachineInstrBundle.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud