From 116c30918142a5ee47299e714b3ae31e0ecaa0b9 Mon Sep 17 00:00:00 2001 From: Xin Tong Date: Mon, 19 Mar 2018 13:35:23 +0000 Subject: [PATCH] Stylish change. NFC llvm-svn: 327838 --- llvm/lib/CodeGen/StackColoring.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/lib/CodeGen/StackColoring.cpp b/llvm/lib/CodeGen/StackColoring.cpp index 608845498b488..9d1bd30d2771f 100644 --- a/llvm/lib/CodeGen/StackColoring.cpp +++ b/llvm/lib/CodeGen/StackColoring.cpp @@ -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())