mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Remove extraneous return.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163119 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87d910efc6
commit
ad2d3e637a
@ -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