We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99746f commit 94b2b1dCopy full SHA for 94b2b1d
llvm/lib/SandboxIR/SandboxIR.cpp
@@ -103,6 +103,7 @@ const char *Instruction::getOpcodeName(Opcode Opc) {
103
#define DEF_INSTR(ID, OPC, CLASS) OPC
104
#include "llvm/SandboxIR/SandboxIRValues.def"
105
}
106
+ llvm_unreachable("Unknown Opcode");
107
108
109
bool Instruction::classof(const sandboxir::Value *From) {
0 commit comments