[llvm-commits] [llvm] r150262 - /llvm/trunk/include/llvm/CodeGen/MachineOperand.h

Jakob Stoklund Olesen stoklund at 2pi.dk
Fri Feb 10 11:27:35 PST 2012


Author: stoklund
Date: Fri Feb 10 13:27:34 2012
New Revision: 150262

URL: http://llvm.org/viewvc/llvm-project?rev=150262&view=rev
Log:
Clean up comment.

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=150262&r1=150261&r2=150262&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineOperand.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineOperand.h Fri Feb 10 13:27:34 2012
@@ -444,8 +444,7 @@
   /// clobbersPhysReg - Returns true if this RegMask clobbers PhysReg.
   /// It is sometimes necessary to detach the register mask pointer from its
   /// machine operand. This static method can be used for such detached bit
-  /// mask pointers.  clobbersPhysReg - Returns true if this RegMask operand
-  /// clobbers PhysReg.
+  /// mask pointers.
   static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) {
     // See TargetRegisterInfo.h.
     assert(PhysReg < (1u << 30) && "Not a physical register");





More information about the llvm-commits mailing list