mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 21:32:49 +00:00
Add an unreachable to silence warning - the switch is actually
fully enumerated. llvm-svn: 117647
This commit is contained in:
parent
dece5f27eb
commit
930a767468
@ -797,6 +797,8 @@ MatchAndEmitInstruction(SMLoc IDLoc,
|
||||
case Match_MnemonicFail:
|
||||
return Error(IDLoc, "unrecognized instruction mnemonic");
|
||||
}
|
||||
|
||||
llvm_unreachable("Implement any new match types added!");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user