OSDN Git Service

AsmParser: Split out LineField, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 4 Feb 2015 22:59:18 +0000 (22:59 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 4 Feb 2015 22:59:18 +0000 (22:59 +0000)
commit783e0e4b235661bfec46959c4c7528746adbcb37
treef372ec05faf59535c3d74012af40cc1d117b1cf7
parent82bc37ed90362afef425842a38a7a45b0e35d674
AsmParser: Split out LineField, NFC

Split out `LineField`, which restricts the legal line numbers.  This
will make it easier to be consistent between different node parsers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228226 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp