[llvm-commits] [llvm] r132162 - /llvm/trunk/include/llvm/CodeGen/MachineOperand.h
Eric Christopher
echristo at apple.com
Thu May 26 15:54:27 PDT 2011
Author: echristo
Date: Thu May 26 17:54:27 2011
New Revision: 132162
URL: http://llvm.org/viewvc/llvm-project?rev=132162&view=rev
Log:
Comment cleanup.
Modified:
llvm/trunk/include/llvm/CodeGen/MachineOperand.h
Modified: llvm/trunk/include/llvm/CodeGen/MachineOperand.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineOperand.h?rev=132162&r1=132161&r2=132162&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineOperand.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineOperand.h Thu May 26 17:54:27 2011
@@ -94,8 +94,8 @@
/// 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 {
More information about the llvm-commits
mailing list