add proper asmwriter and asmparser support for anonymous functions.
authorChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2009 21:48:13 +0000 (21:48 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2009 21:48:13 +0000 (21:48 +0000)
commitf570e621ab6eec6c7656cc4c511e19aba12b42cd
tree1c71c1d0deef8ec7d928226d4e39e490f4890fe8
parent95c5d0fb0a4e1ec88edae43c2db464e0cc63c76e
add proper asmwriter and asmparser support for anonymous functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64953 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp
lib/VMCore/AsmWriter.cpp
test/Assembler/anon-functions.ll [new file with mode: 0644]