Support C99 hexadecimal floating-point literals in assembly
authorTim Northover <tnorthover@apple.com>
Wed, 14 Aug 2013 14:23:31 +0000 (14:23 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 14 Aug 2013 14:23:31 +0000 (14:23 +0000)
commit337439d12d2e2a9e820e0aeee261bbdb935fc0a5
tree605c854f4db448fa58f7d806c204947745dbfe60
parent79663c1910ebf9bda8f758388eaa3171fb9a5134
Support C99 hexadecimal floating-point literals in assembly

It's useful to be able to write down floating-point numbers without having to
worry about what they'll be rounded to (as C99 discovered), this extends that
ability to the MC assembly parsers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188370 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCParser/AsmLexer.h
lib/MC/MCParser/AsmLexer.cpp
test/MC/AsmParser/floating-literals.s