SDAG: Merge the meat of two ExpandAtomic implementations.
[oota-llvm.git] / lib / CodeGen / StackColoring.cpp
index faf94b67fe77b08e0c8c0c935b5159fc40e6ed22..7572803305014a1b6b807520c1f3bf3c7276abec 100644 (file)
@@ -364,7 +364,7 @@ void StackColoring::calculateLocalLiveness() {
       }
     }
 
-    BBSet = NextBBSet;
+    BBSet = std::move(NextBBSet);
   }// while changed.
 }