From e5976b8c5c86730a074c34a8928720a3f6104f7e Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 23 Dec 2009 00:45:10 +0000 Subject: Suppress compiler warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91959 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/X86DisassemblerTables.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/TableGen') diff --git a/utils/TableGen/X86DisassemblerTables.cpp b/utils/TableGen/X86DisassemblerTables.cpp index 7aab9b2..be07031 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. -- cgit v1.1