MIR Parser: Rename the method 'diagFromLLVMAssemblyDiag'. NFC.
authorAlex Lorenz <arphaman@gmail.com>
Thu, 13 Aug 2015 20:30:11 +0000 (20:30 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 13 Aug 2015 20:30:11 +0000 (20:30 +0000)
commit6893a812921286881a5710d8fff489c7e1d30c1c
tree2863ba4d67a6336191eae7812fd826d66e5bdb6c
parenta49e11047c766ae4177616bf764d518c0a0486a5
MIR Parser: Rename the method 'diagFromLLVMAssemblyDiag'. NFC.

This commit renames the method 'diagFromLLVMAssemblyDiag' to
'diagFromBlockStringDiag'. This method will be used when converting diagnostics
from other YAML block strings, and not just the LLVM module block string, so
the new name should reflect that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244943 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRParser/MIRParser.cpp