From: Daniel Dunbar Date: Wed, 23 Dec 2009 00:45:10 +0000 (+0000) Subject: Suppress compiler warning. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e5976b8c5c86730a074c34a8928720a3f6104f7e;p=oota-llvm.git Suppress compiler warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91959 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/X86DisassemblerTables.cpp b/utils/TableGen/X86DisassemblerTables.cpp index 7aab9b28724..be070317fc6 100644 --- a/utils/TableGen/X86DisassemblerTables.cpp +++ b/utils/TableGen/X86DisassemblerTables.cpp @@ -105,6 +105,8 @@ static inline const char* stringForContext(InstructionContext insnContext) { INSTRUCTION_CONTEXTS #undef ENUM_ENTRY } + + return 0; } /// stringForOperandType - Like stringForContext, but for OperandTypes.