[Hexagon] Remove redundant assignment.
[oota-llvm.git] / lib / Target / Hexagon / HexagonGenInsert.cpp
index 935f94ca74d06f719d5f91b95104f84b274838b1..b21e573d2c77ff3322a851e030e24446d8dbec4d 100644 (file)
@@ -1495,7 +1495,7 @@ bool HexagonGenInsert::runOnMachineFunction(MachineFunction &MF) {
   // version of DCE that preserves lifetime markers. Without it, merging
   // of stack objects can fail to recognize and merge disjoint objects
   // leading to unnecessary stack growth.
-  Changed |= removeDeadCode(MDT->getRootNode());
+  removeDeadCode(MDT->getRootNode());
 
   const HexagonEvaluator HE(*HRI, *MRI, *HII, MF);
   BitTracker BTLoc(HE, MF);