Fix several bugs relating to changes in the LLVM IR API or just outright
authorReid Spencer <rspencer@reidspencer.com>
Wed, 11 Apr 2007 12:28:56 +0000 (12:28 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 11 Apr 2007 12:28:56 +0000 (12:28 +0000)
commit07441666b63303e82b287d6d5f2ec94ae69d76b8
tree72665de8239889332ba449d66cb14a4800ddde37
parentbaba98ae88a93a8799c51387c47f88a0daa34019
Fix several bugs relating to changes in the LLVM IR API or just outright
typos in the output. This is sufficient to get most of the llvm2cpp tests
working again.

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