1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Remove extraneous return.

llvm-svn: 163119
This commit is contained in:
Chad Rosier 2012-09-03 17:39:57 +00:00
parent 7ed8b33ece
commit 2a0cfdfaf2

View File

@ -1899,7 +1899,7 @@ static void emitConvertToMCInst(CodeGenTarget &Target, StringRef ClassName,
}
// Finish up the converter driver function.
CvtOS << " }\n }\n return;\n}\n\n";
CvtOS << " }\n }\n}\n\n";
// Finish up the operand number lookup function.
OpOS << " }\n }\n return MCOperandNum;\n}\n\n";