[llvm] f3bf4b0 - [Attributor][NFC] clang-format Attributor.{h,cpp}
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 23 08:46:35 PDT 2020
Author: Johannes Doerfert
Date: 2020-03-23T10:45:23-05:00
New Revision: f3bf4b05c2a5bdfa51d49443090cb93e1b42a773
URL: https://github.com/llvm/llvm-project/commit/f3bf4b05c2a5bdfa51d49443090cb93e1b42a773
DIFF: https://github.com/llvm/llvm-project/commit/f3bf4b05c2a5bdfa51d49443090cb93e1b42a773.diff
LOG: [Attributor][NFC] clang-format Attributor.{h,cpp}
Added:
Modified:
llvm/lib/Transforms/IPO/Attributor.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/IPO/Attributor.cpp b/llvm/lib/Transforms/IPO/Attributor.cpp
index a3ee90acc166..89db1b3aea64 100644
--- a/llvm/lib/Transforms/IPO/Attributor.cpp
+++ b/llvm/lib/Transforms/IPO/Attributor.cpp
@@ -724,7 +724,6 @@ bool IRPosition::getAttrsFromIRAttr(Attribute::AttrKind AK,
return HasAttr;
}
-
void IRPosition::verify() {
switch (KindOrArgNo) {
default:
@@ -5633,7 +5632,7 @@ struct AAPrivatizablePtrArgument final : public AAPrivatizablePtrImpl {
createReplacementValues(
PrivatizableType.getValue(), ACS,
ACS.getCallArgOperand(ARI.getReplacedArg().getArgNo()),
- NewArgOperands);
+ NewArgOperands);
};
// Collect the types that will replace the privatizable type in the function
More information about the llvm-commits
mailing list