Skip to content

Commit

Permalink
[Attributor][NFC] Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
okuraofvegetable committed Aug 4, 2020
1 parent 0c938a8 commit ffe0066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit ffe0066

Please sign in to comment.