From: Philip Reames Date: Wed, 7 Dec 2016 04:11:22 +0000 (+0000) Subject: Fix a warning introduced in r288874 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=315dd3228b4adeab20d6ee805b7ecae0fe4f6d9d;p=llvm Fix a warning introduced in r288874 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288884 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/LazyValueInfo.cpp b/lib/Analysis/LazyValueInfo.cpp index 1ed95452276..5b00491ce5b 100644 --- a/lib/Analysis/LazyValueInfo.cpp +++ b/lib/Analysis/LazyValueInfo.cpp @@ -186,7 +186,6 @@ private: if (NewR.isEmptySet()) markOverdefined(); else { - bool changed = Range != NewR; Range = std::move(NewR); } return;