]> granicus.if.org Git - llvm/commitdiff
Fix a warning introduced in r288874
authorPhilip Reames <listmail@philipreames.com>
Wed, 7 Dec 2016 04:11:22 +0000 (04:11 +0000)
committerPhilip Reames <listmail@philipreames.com>
Wed, 7 Dec 2016 04:11:22 +0000 (04:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288884 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LazyValueInfo.cpp

index 1ed954522767885d8694a68ca79af4a67bee9607..5b00491ce5b02e7e08feb1de97e8a64ed02f37d7 100644 (file)
@@ -186,7 +186,6 @@ private:
       if (NewR.isEmptySet())
         markOverdefined();
       else {
-        bool changed = Range != NewR;
         Range = std::move(NewR);
       }
       return;