Skip to content

Commit 44714f0

Browse files
committed
Remove leftover code
1 parent cac98c1 commit 44714f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Analysis/ValueTracking.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6625,9 +6625,6 @@ const Value *llvm::getUnderlyingObjectAggressive(const Value *V) {
66256625
P = First ? FirstObject : getUnderlyingObject(P);
66266626
First = false;
66276627

6628-
if (!FirstObject)
6629-
FirstObject = P;
6630-
66316628
if (!Visited.insert(P).second)
66326629
continue;
66336630

0 commit comments

Comments
 (0)