summaryrefslogtreecommitdiff
path: root/lib
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
commit30b21ac37614734ecf8db91c2c7dca8cf164a117 (patch)
treee5a20d588467620ae72e2454a93196f814477302 /lib
parent11a410b7eb0105f186d43b7e50bb1b23896afb5f (diff)
downloadllvm-30b21ac37614734ecf8db91c2c7dca8cf164a117.tar.gz
llvm-30b21ac37614734ecf8db91c2c7dca8cf164a117.tar.bz2
llvm-30b21ac37614734ecf8db91c2c7dca8cf164a117.tar.xz
[mips] Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200465 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/Mips/AsmParser/MipsAsmParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
index 7e5706b3d1..b0e699064e 100644
--- a/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
+++ b/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.