Add support for ${:comment}, which expands to the current target's comment
authorChris Lattner <sabre@nondot.org>
Tue, 26 Sep 2006 23:59:50 +0000 (23:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 26 Sep 2006 23:59:50 +0000 (23:59 +0000)
commit3ce9b67e0c0f171c6d09c19407930ce6989f1b9d
tree4441d4ed2e9d4efbcd0b093e7c0e8aeb3472ea42
parent16f046a6cee08981084dc4339ceaf76b2e291b4c
Add support for ${:comment}, which expands to the current target's comment
character, and ${:uid} which expands to a unique ID for the MachineInstr.
More can be added if/when they are needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30619 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter.cpp