Add support for parsing a Real value. It stores the Real value as its binary
authorBill Wendling <isanbard@gmail.com>
Tue, 25 Jan 2011 21:26:41 +0000 (21:26 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 25 Jan 2011 21:26:41 +0000 (21:26 +0000)
commit69c4ef321c9f6e12c66a3f2809e12faec21d4249
tree71d6a8ee72aa8625233d1ce706480ac3dd5dcd1c
parent3971df5203146649a34dc50d217c0cc072d39be9
Add support for parsing a Real value. It stores the Real value as its binary
encoding. It's up to the individual back-ends to convert it to their preferred
representation when printing.

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