Implemented the dialect decision logic for the X86
authorSean Callanan <scallanan@apple.com>
Mon, 25 Jan 2010 21:59:20 +0000 (21:59 +0000)
committerSean Callanan <scallanan@apple.com>
Mon, 25 Jan 2010 21:59:20 +0000 (21:59 +0000)
commit436c48485c365b399a908944ebbf4f761a4f9f6a
tree477de26557e0fa8e42d558fe3ae734f95e301d53
parente43b6c9695f2489b69aa9ea798f3c9e281c16239
Implemented the dialect decision logic for the X86
TargetAsmLexer.  Dialect-specific lexing code will
be placed in the functions LexTokenATT() and
LexTokenIntel().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94456 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmLexer.cpp