Inline this into its only caller.
authorSean Silva <silvas@purdue.edu>
Wed, 9 Jan 2013 02:17:14 +0000 (02:17 +0000)
committerSean Silva <silvas@purdue.edu>
Wed, 9 Jan 2013 02:17:14 +0000 (02:17 +0000)
commit7be9021754559956f7a079d6063b58a36e5bf2fb
tree005dbc68eab5d8a72a09dca66bdb3ec2b6344494
parent9d4a6610765c3466642397299271ae904d0d73f9
Inline this into its only caller.

It's clearer and additionally this gets rid of the usage of `DefmID`,
which doesn't really correspond to anything in the language (it was just
used in the name of this parsing function which parsed a `MultiClassID`
and returned that multiclass's record).

This area of the code still needs a lot of work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171938 91177308-0d34-0410-b5e6-96231b3b80d8
lib/TableGen/TGParser.cpp
lib/TableGen/TGParser.h