1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Suppress compiler warning.

llvm-svn: 91959
This commit is contained in:
Daniel Dunbar 2009-12-23 00:45:10 +00:00
parent d5577d5bdc
commit 0c5f079749

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.