Clean up comment.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 10 Feb 2012 19:27:34 +0000 (19:27 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 10 Feb 2012 19:27:34 +0000 (19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150262 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineOperand.h

index a414b0fc3d736da7e048d8686b0de7b600f51393..d244dd92103d29993edbd54e34a3c407e69beea7 100644 (file)
@@ -444,8 +444,7 @@ public:
   /// 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");