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:
parent
7ed8b33ece
commit
2a0cfdfaf2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user