From: Wesley Peck Date: Wed, 21 Sep 2011 19:23:46 +0000 (+0000) Subject: Fix some simple copy-paste errors in MBlaze ASM Parser and Makefile. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=91b60c14872883e8dbad73c55ec141ae9f7d4537;p=oota-llvm.git 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 --- diff --git a/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp b/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp index 5dc4bc3f19b..97d311c1510 100644 --- a/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp +++ b/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp @@ -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") diff --git a/lib/Target/MBlaze/AsmParser/Makefile b/lib/Target/MBlaze/AsmParser/Makefile index 611a0f473f7..1e68766a084 100644 --- a/lib/Target/MBlaze/AsmParser/Makefile +++ b/lib/Target/MBlaze/AsmParser/Makefile @@ -1,4 +1,4 @@ -##===- lib/Target/ARM/AsmParser/Makefile -------------------*- Makefile -*-===## +##===- lib/Target/MBlaze/AsmParser/Makefile ----------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure #