add virtual methods to get the start/end of a MCParsedAsmOperand,
authorChris Lattner <sabre@nondot.org>
Thu, 14 Jan 2010 22:29:57 +0000 (22:29 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 14 Jan 2010 22:29:57 +0000 (22:29 +0000)
commit9d3c755fd6bf33335fad66dca9a629c630fc3bf2
tree19dc56048d79f4d49dad8fa883c7d8083726da6d
parent9898671a74d3fc924347e679c45edaa685b3fe6e
add virtual methods to get the start/end of a MCParsedAsmOperand,
the default implementation returns "unknown".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93470 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCParsedAsmOperand.h
tools/llvm-mc/AsmParser.cpp