Moved InstallLexer() from the X86-specific AsmLexer
authorSean Callanan <scallanan@apple.com>
Sun, 31 Jan 2010 02:28:18 +0000 (02:28 +0000)
committerSean Callanan <scallanan@apple.com>
Sun, 31 Jan 2010 02:28:18 +0000 (02:28 +0000)
commit894c1af05fb3f0d8e2ee6565816fa220b260ed9d
treeb29f6da62e1635f66cf192ea4bd75ce6de35b971
parent56a5886b20433569e5eb9c5b1ad350ef0c0e0596
Moved InstallLexer() from the X86-specific AsmLexer
to the TargetAsmLexer class so that clients can
actually use the TargetAsmLexer they get from a
Target.

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