* Add a couple of comments to the output c code
authorChris Lattner <sabre@nondot.org>
Fri, 20 Sep 2002 15:18:30 +0000 (15:18 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Sep 2002 15:18:30 +0000 (15:18 +0000)
commit58d04d4e35d0744b7823636b4d7ff7c2421cb03a
tree8995b7ae010f88df73648bcc7501e5d34f2e3069
parent2db41cd5de49ffa6725945343b2859ac86629fc3
* Add a couple of comments to the output c code
* _FIX_ infinite recursion problem, due to typedefs of a structure being
  printed before the structure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3859 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp