Skip to content

Commit

Permalink
[NFC] Remove unused value (#94439)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesguan authored Jun 6, 2024
1 parent 63cda2d commit 8c9bb9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Transforms/Utils/InlineFunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,6 @@ static void AddAliasScopeMetadata(CallBase &CB, ValueToValueMapTy &VMap,
SmallPtrSet<const Value *, 4> ObjSet;
SmallVector<Metadata *, 4> Scopes, NoAliases;

SmallSetVector<const Argument *, 4> NAPtrArgs;
for (const Value *V : PtrArgs) {
SmallVector<const Value *, 4> Objects;
getUnderlyingObjects(V, Objects, /* LI = */ nullptr);
Expand Down

0 comments on commit 8c9bb9c

Please sign in to comment.