Suppress compiler warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91959 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-12-23 00:45:10 +00:00
parent c1d3c944ab
commit e5976b8c5c

View File

@ -105,6 +105,8 @@ static inline const char* stringForContext(InstructionContext insnContext) {
INSTRUCTION_CONTEXTS INSTRUCTION_CONTEXTS
#undef ENUM_ENTRY #undef ENUM_ENTRY
} }
return 0;
} }
/// stringForOperandType - Like stringForContext, but for OperandTypes. /// stringForOperandType - Like stringForContext, but for OperandTypes.