Suppress compiler warning.

llvm-svn: 91959
This commit is contained in:
Daniel Dunbar 2009-12-23 00:45:10 +00:00
parent 91313064f1
commit c7dccd8ad2
1 changed files with 2 additions and 0 deletions

View 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.