zap dead code.
[oota-llvm.git] / lib / Analysis / LazyValueInfo.cpp
index e32dbc444713543474922870fe861998046d2f0e..9c3878b7759ffc5017e744f985c15d22001f0511 100644 (file)
@@ -293,10 +293,6 @@ namespace {
       void allUsesReplacedWith(Value* V) {
         deleted();
       }
-
-      LVIValueHandle &operator=(Value *V) {
-        return *this = LVIValueHandle(V, Parent);
-      }
     };
 
     /// ValueCache - This is all of the cached information for all values,