summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMatheus Almeida <matheus.almeida@imgtec.com>2014-01-30 13:40:26 +0000
committerMatheus Almeida <matheus.almeida@imgtec.com>2014-01-30 13:40:26 +0000
commitd534fc3d0c4caab5ab638c19e76fa748ae99ec38 (patch)
treeb6465f6c89501291d66430bf16419ef1e877b0ff /llvm
parentbe68311660c040e814e0b75556505b08c71afff2 (diff)
downloadbcm5719-llvm-d534fc3d0c4caab5ab638c19e76fa748ae99ec38.tar.gz
bcm5719-llvm-d534fc3d0c4caab5ab638c19e76fa748ae99ec38.zip
[mips] Fix typo.
llvm-svn: 200465
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
index 7e5706b3d1e..b0e699064ed 100644
--- a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
+++ b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
@@ -1246,7 +1246,7 @@ MipsAsmParser::ParseOperand(SmallVectorImpl<MCParsedAsmOperand *> &Operands,
return false;
}
// Look for the existing symbol, we should check if
- // we need to assigne the proper RegisterKind.
+ // we need to assign the proper RegisterKind.
if (searchSymbolAlias(Operands, MipsOperand::Kind_None))
return false;
// Else drop to expression parsing.
OpenPOWER on IntegriCloud