Factor out the code to print a value to ONE place.
authorChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 03:06:06 +0000 (03:06 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 03:06:06 +0000 (03:06 +0000)
commitb5af06a0ec7e646b9b405ef7f1e3e23b19cf415d
tree606628121cb2ccf6c8114cfe7fd70708f14f66b0
parent16c7bb2c8fbc903a50222d4f49937a1d9645b77b
Factor out the code to print a value to ONE place.
It turns out that unnamed values DO NOT work at all, that's next on the list.

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