Skip to content

Commit db1ec04

Browse files
committed
[ValueTracking] Remove a stray semicolon. NFC.
This silences warnings when built with GCC at least.
1 parent 37ef743 commit db1ec04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/ValueTracking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4367,7 +4367,7 @@ AllocaInst *llvm::findAllocaForValue(Value *V, bool OffsetZero) {
43674367
} while (!Worklist.empty());
43684368

43694369
return Result;
4370-
};
4370+
}
43714371

43724372
static bool onlyUsedByLifetimeMarkersOrDroppableInstsHelper(
43734373
const Value *V, bool AllowLifetime, bool AllowDroppable) {

0 commit comments

Comments
 (0)