mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +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.
|
// 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.
|
// Finish up the operand number lookup function.
|
||||||
OpOS << " }\n }\n return MCOperandNum;\n}\n\n";
|
OpOS << " }\n }\n return MCOperandNum;\n}\n\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user