More dead code removal (using -Wunreachable-code)
[oota-llvm.git] / lib / Target / MSP430 / MSP430InstrInfo.cpp
index 9d3c7e9d7f302e6c224dd4a633c1b0fedb0cd5dc..0b244c7b207b40f841db4d1e8a3038d8e39590aa 100644 (file)
@@ -327,6 +327,4 @@ unsigned MSP430InstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
   case MSP430II::Size6Bytes:
     return 6;
   }
-
-  return 6;
 }