Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working with
authorReid Spencer <rspencer@reidspencer.com>
Tue, 30 May 2006 10:21:41 +0000 (10:21 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 30 May 2006 10:21:41 +0000 (10:21 +0000)
commit1a2a0cc5a390dec4db26c77bd7f48200cf4192ab
tree88648bec05aaf369165c60781b587451a49064a5
parentefcaa42c282ae6c6ba9652c48738c334878afbc6
Fix many small bugs in llvm2cpp. This patch gets llvm2cpp working with
everything except PHI nodes and one odd recurse/opaque type situation.
PHI nodes forward reference INSTRUCTIONS (aaaaaaaahhhhhhh!) :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28554 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm2cpp/CppWriter.cpp