mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-12 12:33:17 +00:00
Fix 80 col violation.
llvm-svn: 40515
This commit is contained in:
parent
cb63a77a51
commit
2d47a6faec
@ -37,8 +37,9 @@ public:
|
|||||||
/// addReg - Add a new virtual register operand...
|
/// addReg - Add a new virtual register operand...
|
||||||
///
|
///
|
||||||
const
|
const
|
||||||
MachineInstrBuilder &addReg(unsigned RegNo, bool isDef = false, bool isImp = false,
|
MachineInstrBuilder &addReg(unsigned RegNo, bool isDef = false,
|
||||||
bool isKill = false, bool isDead = false) const {
|
bool isImp = false, bool isKill = false,
|
||||||
|
bool isDead = false) const {
|
||||||
MI->addRegOperand(RegNo, isDef, isImp, isKill, isDead);
|
MI->addRegOperand(RegNo, isDef, isImp, isKill, isDead);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user