forked from OSchip/llvm-project
Fixing a warning about control reaching the end of a non-void function.
llvm-svn: 188524
This commit is contained in:
parent
dba25713a6
commit
414a0cdd38
|
@ -192,6 +192,7 @@ CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) {
|
|||
|
||||
// Otherwise, didn't find it!
|
||||
PrintFatalError(TheDef->getName() + ": unknown suboperand name in '" + Op + "'");
|
||||
return std::make_pair(0U, 0U);
|
||||
}
|
||||
|
||||
static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) {
|
||||
|
|
Loading…
Reference in New Issue