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)
llvm-svn: 288884

llvm/lib/Analysis/LazyValueInfo.cpp

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