[llvm-commits] [llvm] r127495 - /llvm/trunk/include/llvm/CodeGen/MachineInstr.h
Jim Grosbach
grosbach at apple.com
Fri Mar 11 13:02:28 PST 2011
Author: grosbach
Date: Fri Mar 11 15:02:27 2011
New Revision: 127495
URL: http://llvm.org/viewvc/llvm-project?rev=127495&view=rev
Log:
80 columns.
Modified:
llvm/trunk/include/llvm/CodeGen/MachineInstr.h
Modified: llvm/trunk/include/llvm/CodeGen/MachineInstr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineInstr.h?rev=127495&r1=127494&r2=127495&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstr.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineInstr.h Fri Mar 11 15:02:27 2011
@@ -427,8 +427,8 @@
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);
More information about the llvm-commits
mailing list