diff --git a/llvm/lib/Transforms/IPO/AttributorAttributes.cpp b/llvm/lib/Transforms/IPO/AttributorAttributes.cpp index 5cd0c711ddde1a..89d359bcbe0344 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));