MC/AsmParser: Support .single and .double for embedding floating point literals.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 24 Sep 2010 01:59:56 +0000 (01:59 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 24 Sep 2010 01:59:56 +0000 (01:59 +0000)
commitb95a079cae7bd5232d17be8a095fa63fe84f4e44
treef2f1cd53d77bde9598e1318700f77e74f247fa08
parent54f0a625b0eb9afeece652a8462755010d237c78
MC/AsmParser: Support .single and .double for embedding floating point literals.
 - I believe more modern 'gas' supports a more enhanced set of arithmetic on
   them, but for now the only thing we can do is emit them as data.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114719 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp
test/MC/AsmParser/floating-literals.s [new file with mode: 0644]