Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."
authorDan Gohman <gohman@apple.com>
Wed, 12 Aug 2009 23:32:33 +0000 (23:32 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 12 Aug 2009 23:32:33 +0000 (23:32 +0000)
commit3845e50edea58edd0f5e0f2b732e0106b53ba279
treef9b3d3c62fff3308052104b329a4a487fec4f82d
parent066dbb6415cf724ff389348b440bcbb7acd60d00
Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."
and unnamed numbered global variables as "@0 = global ...". Extend the
AsmParser to recognize these forms.

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