[Attributor][NFC] Clang format

This commit is contained in:
Shinji Okumura 2020-08-04 08:59:23 +09:00
parent 0c938a8dd8
commit ffe0066b62
1 changed files with 1 additions and 1 deletions

View File

@ -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));