* Remove dead "constant printing" code
authorChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 05:16:40 +0000 (05:16 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 05:16:40 +0000 (05:16 +0000)
commit2d05a1acb039f57c9c4eed5338cb46e72cc1254d
treedc43dc38a718404b270ac46347cbff7caddf777d
parent2a7ab2e46d8e91093b525fd16e1f8aefbeff5168
* Remove dead "constant printing" code
* Mangle names with only a prefix so that they are easier on the eyes.
* Put spaces around binary operators with low precedence to make them easier to read
* Don't prefix function names with &, although it's correct, it's unnecesary and
  easier to read without it.

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