prune #includes in TargetAsmParser.h
authorChris Lattner <sabre@nondot.org>
Thu, 14 Jan 2010 21:32:45 +0000 (21:32 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 14 Jan 2010 21:32:45 +0000 (21:32 +0000)
commitf007e853e26845cd6866b52d646455fc69f4e0af
tree160266f7633dd098ef1832bc10ce143f3341ecb3
parent9f82da7cbfe0c9f1b2c4bc7d7a9a9b5d35bea488
prune #includes in TargetAsmParser.h
Pass in SMLoc of instr opcode into ParseInstruction.
Make AsmToken be a class, not a struct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93457 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmLexer.h
include/llvm/MC/MCParsedAsmOperand.h
include/llvm/Target/TargetAsmParser.h
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
tools/llvm-mc/AsmParser.cpp