Use the Create static method for some of these objects. They no longer
authorBill Wendling <isanbard@gmail.com>
Wed, 23 Apr 2008 07:13:17 +0000 (07:13 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 23 Apr 2008 07:13:17 +0000 (07:13 +0000)
commit480311b548ad21bee6ab8785c78be9407fdb35a8
tree8651c784ff27e1ce409b4efa3d12e6a3aa59aac6
parent4af6ad37898bcda9e29fe1c7abbb1b9899af3b5b
Use the Create static method for some of these objects. They no longer
have public constructors. This should fix PR2246.

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