80 columns.
authorJim Grosbach <grosbach@apple.com>
Fri, 11 Mar 2011 21:02:27 +0000 (21:02 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 11 Mar 2011 21:02:27 +0000 (21:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127495 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineInstr.h

index 43598295bc009ca5f7a1d41eddc2accd015626d3..2724689786e579261a0b9ddd6c1d36641d2c2d69 100644 (file)
@@ -427,8 +427,8 @@ public:
   void addRegisterDefined(unsigned IncomingReg,
                           const TargetRegisterInfo *RegInfo = 0);
 
-  /// setPhysRegsDeadExcept - Mark every physreg used by this instruction as dead
-  /// except those in the UsedRegs list.
+  /// setPhysRegsDeadExcept - Mark every physreg used by this instruction as
+  /// dead except those in the UsedRegs list.
   void setPhysRegsDeadExcept(const SmallVectorImpl<unsigned> &UsedRegs,
                              const TargetRegisterInfo &TRI);