[llvm] ffe0066 - [Attributor][NFC] Clang format
Shinji Okumura via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 3 17:04:31 PDT 2020
Author: Shinji Okumura
Date: 2020-08-04T09:04:12+09:00
New Revision: ffe0066b62e989ca3e59f1ed211324ca7ec37b5a
URL: https://github.com/llvm/llvm-project/commit/ffe0066b62e989ca3e59f1ed211324ca7ec37b5a
DIFF: https://github.com/llvm/llvm-project/commit/ffe0066b62e989ca3e59f1ed211324ca7ec37b5a.diff
LOG: [Attributor][NFC] Clang format
Added:
Modified:
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/IPO/AttributorAttributes.cpp b/llvm/lib/Transforms/IPO/AttributorAttributes.cpp
index 5cd0c711ddde1..89d359bcbe034 100644
--- a/llvm/lib/Transforms/IPO/AttributorAttributes.cpp
+++ b/llvm/lib/Transforms/IPO/AttributorAttributes.cpp
@@ -2006,7 +2006,7 @@ struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior {
if (idx >= Callee->arg_size())
break;
Value *ArgVal = CB.getArgOperand(idx);
- if(!ArgVal)
+ if (!ArgVal)
continue;
IRPosition CalleeArgumentIRP =
IRPosition::argument(*Callee->getArg(idx));
More information about the llvm-commits
mailing list