aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-23 00:45:10 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-23 00:45:10 +0000
commite5976b8c5c86730a074c34a8928720a3f6104f7e (patch)
tree84d1784f8d36464f8d57918aafce0e23805184c7 /utils/TableGen
parentc1d3c944ab4410b6dc0e3718cef08d166665b68f (diff)
downloadexternal_llvm-e5976b8c5c86730a074c34a8928720a3f6104f7e.zip
external_llvm-e5976b8c5c86730a074c34a8928720a3f6104f7e.tar.gz
external_llvm-e5976b8c5c86730a074c34a8928720a3f6104f7e.tar.bz2
Suppress compiler warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen')
-rw-r--r--utils/TableGen/X86DisassemblerTables.cpp2
1 files changed, 2 insertions, 0 deletions
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.