MC/Lexer: Add 'Real' token type for floating point literals.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 24 Sep 2010 01:59:31 +0000 (01:59 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 24 Sep 2010 01:59:31 +0000 (01:59 +0000)
commit54f0a625b0eb9afeece652a8462755010d237c78
treecf57c4e7444e1aad1388654f5a48d5d6ac630e72
parent75413b146443f4ee2d495969127dc1fc1ddb87c1
MC/Lexer: Add 'Real' token type for floating point literals.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114718 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCParser/MCAsmLexer.h
lib/MC/MCParser/AsmLexer.cpp
tools/llvm-mc/llvm-mc.cpp