Fix "not all control paths return a value" MSVC warning. NFC.
This commit is contained in:
parent
7ed089153c
commit
c173778505
|
@ -908,6 +908,7 @@ SparcAsmParser::parseTailRelocSym(OperandVector &Operands) {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
llvm_unreachable("Unhandled SparcAsmParser::TailRelocKind enum");
|
||||
};
|
||||
|
||||
if (getLexer().getKind() != AsmToken::Percent) {
|
||||
|
|
Loading…
Reference in New Issue