OSDN Git Service

Stylish change. NFC
authorXin Tong <trent.xin.tong@gmail.com>
Mon, 19 Mar 2018 13:35:23 +0000 (13:35 +0000)
committerXin Tong <trent.xin.tong@gmail.com>
Mon, 19 Mar 2018 13:35:23 +0000 (13:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327838 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/StackColoring.cpp

index 6088454..9d1bd30 100644 (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())