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:
Wesley Peck 2011-09-21 19:23:46 +00:00
parent cf50df9d94
commit eee3afcb86
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -1,4 +1,4 @@
##===- lib/Target/ARM/AsmParser/Makefile -------------------*- Makefile -*-===## ##===- lib/Target/MBlaze/AsmParser/Makefile ----------------*- Makefile -*-===##
# #
# The LLVM Compiler Infrastructure # The LLVM Compiler Infrastructure
# #