diff options
| author | Philip Reames <listmail@philipreames.com> | 2016-12-07 04:11:22 +0000 | 
|---|---|---|
| committer | Philip Reames <listmail@philipreames.com> | 2016-12-07 04:11:22 +0000 | 
| commit | 29b19f0e9edc5db38e5f3b3aa36b41192c8c7902 (patch) | |
| tree | 93e50eb02ce7d6ab29abed9df11312c14e5ec612 /llvm/lib/Analysis | |
| parent | 9e5f5effe58a67b7ad37e6f3317e90c63f023729 (diff) | |
| download | bcm5719-llvm-29b19f0e9edc5db38e5f3b3aa36b41192c8c7902.tar.gz bcm5719-llvm-29b19f0e9edc5db38e5f3b3aa36b41192c8c7902.zip  | |
Fix a warning introduced in r288874
llvm-svn: 288884
Diffstat (limited to 'llvm/lib/Analysis')
| -rw-r--r-- | llvm/lib/Analysis/LazyValueInfo.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp index 1ed95452276..5b00491ce5b 100644 --- a/llvm/lib/Analysis/LazyValueInfo.cpp +++ b/llvm/lib/Analysis/LazyValueInfo.cpp @@ -186,7 +186,6 @@ private:        if (NewR.isEmptySet())          markOverdefined();        else { -        bool changed = Range != NewR;          Range = std::move(NewR);        }        return;  | 

