* Continue cleanup of type printing code
authorChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 15:18:52 +0000 (15:18 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 15:18:52 +0000 (15:18 +0000)
commitdeed7a5ae33c4fe04fb312f44cb7c6cbc8ec0cf8
tree34845ef69b494c2b58d4403985d32c53b044714d
parent3ef6dc7bdd4bb36fb9f24a03c5a7400ebaab21ce
* Continue cleanup of type printing code
* Print a newline after a malloc instruction
* Convert unprintable characters to x_ instead of _x so that we don't
  generate identifiers that start with underscores

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