[mips] Rename function in MipsAsmParser.
authorMatheus Almeida <matheus.almeida@imgtec.com>
Wed, 26 Mar 2014 15:24:36 +0000 (15:24 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Wed, 26 Mar 2014 15:24:36 +0000 (15:24 +0000)
commitbd113962b92f5f613c8b0a6c6fac91a25ca5dfb3
treea298f6d6825a67fdc7786c8b6dfd72daef9b342b
parent5957d10b41ae7f66f4f4882527a42cef7a85b395
[mips] Rename function in MipsAsmParser.

parseDirectiveWord is a generic function that parses an expression which
means there's no need for it to have such an specific name. Renaming it to
parseDataDirective so that it can also be used to handle .dword directives[1].

[1]To be added in a follow up commit.

No functional changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204818 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp