Don't discard an AssemblyAnnotationWriter when writing GlobalValues,
authorDan Gohman <gohman@apple.com>
Mon, 20 Apr 2009 16:10:33 +0000 (16:10 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 20 Apr 2009 16:10:33 +0000 (16:10 +0000)
commitba0941fbe0db832b0bdca450688b63ddf6a45b0a
tree92d5cdd3be125943f2aadf53d1df77c0d96551de
parentc3bbf579ae3ddc67bfd06f12496ae24af70e0ba0
Don't discard an AssemblyAnnotationWriter when writing GlobalValues,
which include Functions, where it can be quite useful to use an
AssemblyAnnotationWriter.

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