Remove CLocalVars data structure entirely, instead of building stuff and
authorChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 20:39:03 +0000 (20:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 20:39:03 +0000 (20:39 +0000)
commit497e19aee0eeb808fb37cf655e9afd562b921dfc
tree4a57bce73c5965935b286dbda417dcb4511c2e51
parent7683a12e2063c7226cc24a1f5cd6ce4ca99d140d
Remove CLocalVars data structure entirely, instead of building stuff and
then printing it out, just print as we go.

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