Next batch of implementation:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 29 May 2006 18:08:06 +0000 (18:08 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 29 May 2006 18:08:06 +0000 (18:08 +0000)
commite0d133f4480681cd98d383428094fecb9681b0c1
treed7de5c742edcdfba971fbf0499df41b23259338e
parentba570d700bfabb3f1231ea7ce9e5e2adb4098e26
Next batch of implementation:
1. Get rid of old AsmWriter cruft that's not needed.
2. Implement several instructions. Enough to get by globalvars.ll and
   alignment.ll in the Feature test suite.
3. Handle constants properly (don't repeat definitions).
4. Make the output compatible with llvm-dis for diff purposes.

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