Add a hook to AssemblyAnnotationWriter to allow custom info comments
authorDan Gohman <gohman@apple.com>
Wed, 10 Feb 2010 20:41:46 +0000 (20:41 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 10 Feb 2010 20:41:46 +0000 (20:41 +0000)
commit7a5666e7f3ba5d7825e5d65d601f9679d10a56bb
treece1cf6aa5fd453e5b98a548ec818f06928662d2f
parent7c1dfb9df29f03c218296db51963fe9c37c471d2
Add a hook to AssemblyAnnotationWriter to allow custom info comments
to be printed, in place of the familiar "uses=" comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95798 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Assembly/AsmAnnotationWriter.h
lib/VMCore/AsmWriter.cpp