Skip to content

Commit 8c9bb9c

Browse files
authored
[NFC] Remove unused value (#94439)
1 parent 63cda2d commit 8c9bb9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Utils/InlineFunction.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,6 @@ static void AddAliasScopeMetadata(CallBase &CB, ValueToValueMapTy &VMap,
12211221
SmallPtrSet<const Value *, 4> ObjSet;
12221222
SmallVector<Metadata *, 4> Scopes, NoAliases;
12231223

1224-
SmallSetVector<const Argument *, 4> NAPtrArgs;
12251224
for (const Value *V : PtrArgs) {
12261225
SmallVector<const Value *, 4> Objects;
12271226
getUnderlyingObjects(V, Objects, /* LI = */ nullptr);

0 commit comments

Comments
 (0)