remove dead .erase.
[oota-llvm.git] / utils / TableGen / X86DisassemblerTables.cpp
index 7aab9b28724d7208e3a49a965c012d09f45ab7b4..be070317fc605c3f0d4a61b0a9bbf32ca3f39e2d 100644 (file)
@@ -105,6 +105,8 @@ static inline const char* stringForContext(InstructionContext insnContext) {
   INSTRUCTION_CONTEXTS
 #undef ENUM_ENTRY
   }
+
+  return 0;
 }
 
 /// stringForOperandType - Like stringForContext, but for OperandTypes.