Fix a warning introduced in r288874

llvm-svn: 288884
This commit is contained in:
Philip Reames 2016-12-07 04:11:22 +00:00
parent 9e5f5effe5
commit 29b19f0e9e
1 changed files with 0 additions and 1 deletions

View File

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