llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be
authorDaniel Dunbar <daniel@zuster.org>
Tue, 11 Aug 2009 20:59:47 +0000 (20:59 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 11 Aug 2009 20:59:47 +0000 (20:59 +0000)
commit59fc42debd571bbafc52c20bc418fdc3f4d00188
tree185c53d1fab5944078b6ad9ed67f13f93f780f62
parenta942ad3d995fe153b2b905b3d57e285a57240514
llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be
used to strip hard coded comments out of .td assembly strings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78716 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Target.td
lib/Target/X86/X86.td
utils/TableGen/AsmMatcherEmitter.cpp