[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)
commitd556fd129026f6e3fa6ea9c2c70ba489bff18954
tree7a9b7af97e910b1f3e0e5abf32e5f3c2cc048d59
parent2ce067a9fb5b2d046c92519428cafa71fae81ed4
[ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.
Part of rdar://12470373

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174926 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmLexer.cpp
test/MC/X86/intel-syntax-hex.s [new file with mode: 0644]