* Remove dead function
authorChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 03:56:52 +0000 (03:56 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 03:56:52 +0000 (03:56 +0000)
commit2f5eb4e9a55b06cec0516a2e6a371afd46f0fd12
tree1e8c880afedafed2533d170cc0c8239ac7d5c089
parent4440826cae4b22e98105b2e9f69e864e23e3d390
* Remove dead function
* Print C strings correctly
* Expand C escape sequences nicely (ie \n \t, etc get generated instead of hex escapes)

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