80 columns.

llvm-svn: 127495
This commit is contained in:
Jim Grosbach 2011-03-11 21:02:27 +00:00
parent 32ea969415
commit ec62d28ae1
1 changed files with 2 additions and 2 deletions

View 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);