[ValueTracking] Remove a stray semicolon. NFC.
authorMartin Storsjö <martin@martin.st>
Fri, 28 Aug 2020 06:23:57 +0000 (09:23 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 28 Aug 2020 06:24:10 +0000 (09:24 +0300)
This silences warnings when built with GCC at least.

llvm/lib/Analysis/ValueTracking.cpp

index 74097bb..f8a5cec 100644 (file)
@@ -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) {