mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Stylish change. NFC
llvm-svn: 327838
This commit is contained in:
parent
ed37aa59f3
commit
4898f781f7
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user