forked from OSchip/llvm-project
[Attributor][NFC] Clang format
This commit is contained in:
parent
0c938a8dd8
commit
ffe0066b62
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue