summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-05-26 22:54:27 +0000
committerEric Christopher <echristo@apple.com>2011-05-26 22:54:27 +0000
commit017b959ad5749bc4fc8322b0468ea8f4f6540afc (patch)
treed893b39402ec70b4d83f98d5af6daab731b8f5c3 /llvm
parent252f0079a9ba21bf0a7f0add955d4cd146de9d38 (diff)
downloadbcm5719-llvm-017b959ad5749bc4fc8322b0468ea8f4f6540afc.tar.gz
bcm5719-llvm-017b959ad5749bc4fc8322b0468ea8f4f6540afc.zip
Comment cleanup.
llvm-svn: 132162
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/MachineOperand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineOperand.h b/llvm/include/llvm/CodeGen/MachineOperand.h
index d506e17e706..140c6e89ffa 100644
--- a/llvm/include/llvm/CodeGen/MachineOperand.h
+++ b/llvm/include/llvm/CodeGen/MachineOperand.h
@@ -94,8 +94,8 @@ private:
/// not a real instruction. Such uses should be ignored during codegen.
bool IsDebug : 1;
- /// SmallContents - Thisreally should be part of the Contents union, but lives
- /// out here so we can get a better packed struct.
+ /// SmallContents - This really should be part of the Contents union, but
+ /// lives out here so we can get a better packed struct.
/// MO_Register: Register number.
/// OffsetedInfo: Low bits of offset.
union {
OpenPOWER on IntegriCloud