mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 18:56:04 +00:00
Fix some simple copy-paste errors in MBlaze ASM Parser and Makefile.
patch contributed by Jia Liu! llvm-svn: 140273
This commit is contained in:
parent
abc83415a1
commit
10002dcc07
@ -519,7 +519,7 @@ ParseInstruction(StringRef Name, SMLoc NameLoc,
|
||||
return false;
|
||||
}
|
||||
|
||||
/// ParseDirective parses the arm specific directives
|
||||
/// ParseDirective parses the MBlaze specific directives
|
||||
bool MBlazeAsmParser::ParseDirective(AsmToken DirectiveID) {
|
||||
StringRef IDVal = DirectiveID.getIdentifier();
|
||||
if (IDVal == ".word")
|
||||
|
@ -1,4 +1,4 @@
|
||||
##===- lib/Target/ARM/AsmParser/Makefile -------------------*- Makefile -*-===##
|
||||
##===- lib/Target/MBlaze/AsmParser/Makefile ----------------*- Makefile -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user