Suppress compiler warning.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 23 Dec 2009 00:45:10 +0000 (00:45 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 23 Dec 2009 00:45:10 +0000 (00:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91959 91177308-0d34-0410-b5e6-96231b3b80d8

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.