Fix some simple copy-paste errors in MBlaze ASM Parser and Makefile.
authorWesley Peck <peckw@wesleypeck.com>
Wed, 21 Sep 2011 19:23:46 +0000 (19:23 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Wed, 21 Sep 2011 19:23:46 +0000 (19:23 +0000)
patch contributed by Jia Liu!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140273 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
lib/Target/MBlaze/AsmParser/Makefile

index 5dc4bc3f19b456ad8919896d26e3121d334c96ae..97d311c15107f6abfa745c209734045e0829fba2 100644 (file)
@@ -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")
index 611a0f473f73f636f98e58653c1df03abeb81107..1e68766a084f7fbdcd041e29d83b5a9789c6a48a 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/ARM/AsmParser/Makefile -------------------*- Makefile -*-===##
+##===- lib/Target/MBlaze/AsmParser/Makefile ----------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #