Skip to content

Commit

Permalink
Fix a warning introduced in r288874
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288884 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
preames committed Dec 7, 2016
1 parent 99d6e95 commit 315dd32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Analysis/LazyValueInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ class LVILatticeVal {
if (NewR.isEmptySet())
markOverdefined();
else {
bool changed = Range != NewR;
Range = std::move(NewR);
}
return;
Expand Down

0 comments on commit 315dd32

Please sign in to comment.