diff options
author | Eric Christopher <echristo@apple.com> | 2011-05-26 22:54:27 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-05-26 22:54:27 +0000 |
commit | 0958870a085e74c3216186700ca24f3272340ad2 (patch) | |
tree | 3419cf46994c436e10ef581c70a1f2322d044ad0 /include/llvm/CodeGen/MachineOperand.h | |
parent | 9dd19667fb441f715f920156905b5217382d250c (diff) |
Comment cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineOperand.h')
-rw-r--r-- | include/llvm/CodeGen/MachineOperand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineOperand.h b/include/llvm/CodeGen/MachineOperand.h index d506e17e70..140c6e89ff 100644 --- a/include/llvm/CodeGen/MachineOperand.h +++ b/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 { |