[Attributor][NFC] Clang-format
authorJohannes Doerfert <johannes@jdoerfert.de>
Sat, 10 Oct 2020 14:41:42 +0000 (09:41 -0500)
committerJohannes Doerfert <johannes@jdoerfert.de>
Wed, 28 Oct 2020 03:07:55 +0000 (22:07 -0500)
llvm/lib/Transforms/IPO/Attributor.cpp

index ef83079..29d860a 100644 (file)
@@ -380,7 +380,7 @@ SubsumingPositionIterator::SubsumingPositionIterator(const IRPosition &IRP) {
         if (Argument *Arg = IRP.getAssociatedArgument())
           IRPositions.emplace_back(IRPosition::argument(*Arg));
         IRPositions.emplace_back(IRPosition::function(*Callee));
-    }
+      }
     }
     IRPositions.emplace_back(IRPosition::value(IRP.getAssociatedValue()));
     return;