Skip to content

Commit

Permalink
[ValueTracking] Remove a stray semicolon. NFC.
Browse files Browse the repository at this point in the history
This silences warnings when built with GCC at least.
  • Loading branch information
mstorsjo committed Aug 28, 2020
1 parent 37ef743 commit db1ec04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Analysis/ValueTracking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4367,7 +4367,7 @@ AllocaInst *llvm::findAllocaForValue(Value *V, bool OffsetZero) {
} while (!Worklist.empty());

return Result;
};
}

static bool onlyUsedByLifetimeMarkersOrDroppableInstsHelper(
const Value *V, bool AllowLifetime, bool AllowDroppable) {
Expand Down

0 comments on commit db1ec04

Please sign in to comment.