Stylish change. NFC

llvm-svn: 327838
This commit is contained in:
Xin Tong 2018-03-19 13:35:23 +00:00
parent 91ab2ee954
commit 116c309181
1 changed files with 2 additions and 2 deletions

View File

@ -600,12 +600,12 @@ bool StackColoring::isLifetimeStartOrEnd(const MachineInstr &MI,
isStart = false;
return true;
}
if (! applyFirstUse(Slot)) {
if (!applyFirstUse(Slot)) {
isStart = true;
return true;
}
} else if (LifetimeStartOnFirstUse && !ProtectFromEscapedAllocas) {
if (! MI.isDebugValue()) {
if (!MI.isDebugValue()) {
bool found = false;
for (const MachineOperand &MO : MI.operands()) {
if (!MO.isFI())