* Print structures types correctly
authorChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 15:49:41 +0000 (15:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 15:49:41 +0000 (15:49 +0000)
commit8c3c4bfcfe52e7eed35031d7271c8d8e5e3bd6f9
tree9c12fc9559dc9753357ee6bd4d446d74132e9b63
parentdeed7a5ae33c4fe04fb312f44cb7c6cbc8ec0cf8
* Print structures types correctly
* Clean up generated code to not emit basic block labels and goto
  instructions if they are unneccesary (for example, fall throughs)

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