Fixing a warning about control reaching the end of a non-void function.

llvm-svn: 188524
This commit is contained in:
Aaron Ballman 2013-08-16 01:43:31 +00:00
parent dba25713a6
commit 414a0cdd38
1 changed files with 1 additions and 0 deletions

View File

@ -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) {