mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 08:17:40 +00:00
XCore: Fix typo in function name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200216 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -164,7 +164,7 @@ void XCoreAsmPrinter::EmitGlobalVariable(const GlobalVariable *GV) {
|
||||
OutStreamer.EmitZeros(4 - Size);
|
||||
|
||||
// Mark the end of the global
|
||||
getTargetStreamer().emitCCBottonData(GVSym->getName());
|
||||
getTargetStreamer().emitCCBottomData(GVSym->getName());
|
||||
}
|
||||
|
||||
void XCoreAsmPrinter::EmitFunctionBodyStart() {
|
||||
@@ -175,7 +175,7 @@ void XCoreAsmPrinter::EmitFunctionBodyStart() {
|
||||
/// the last basic block in the function.
|
||||
void XCoreAsmPrinter::EmitFunctionBodyEnd() {
|
||||
// Emit function end directives
|
||||
getTargetStreamer().emitCCBottonFunction(CurrentFnSym->getName());
|
||||
getTargetStreamer().emitCCBottomFunction(CurrentFnSym->getName());
|
||||
}
|
||||
|
||||
void XCoreAsmPrinter::EmitFunctionEntryLabel() {
|
||||
|
||||
Reference in New Issue
Block a user