mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Fix some simple copy-paste errors in MBlaze ASM Parser and Makefile.
patch contributed by Jia Liu! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140273 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
91c603bcfe
commit
91b60c1487
@ -519,7 +519,7 @@ ParseInstruction(StringRef Name, SMLoc NameLoc,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// ParseDirective parses the arm specific directives
|
/// ParseDirective parses the MBlaze specific directives
|
||||||
bool MBlazeAsmParser::ParseDirective(AsmToken DirectiveID) {
|
bool MBlazeAsmParser::ParseDirective(AsmToken DirectiveID) {
|
||||||
StringRef IDVal = DirectiveID.getIdentifier();
|
StringRef IDVal = DirectiveID.getIdentifier();
|
||||||
if (IDVal == ".word")
|
if (IDVal == ".word")
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- lib/Target/ARM/AsmParser/Makefile -------------------*- Makefile -*-===##
|
##===- lib/Target/MBlaze/AsmParser/Makefile ----------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user