[ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.
authorChad Rosier <mcrosier@apple.com>
Tue, 12 Feb 2013 01:00:01 +0000 (01:00 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 12 Feb 2013 01:00:01 +0000 (01:00 +0000)
commit8bc655605b34df95fca46d1dda778b67016bf127
tree5a82ec98ad854f64519bd829ea32c2e97ff48a5e
parent697b0042191d0f8a947b4ad443855fc8b47366fd
[ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.
Part of rdar://12470373

llvm-svn: 174926
llvm/lib/MC/MCParser/AsmLexer.cpp
llvm/test/MC/X86/intel-syntax-hex.s [new file with mode: 0644]