This simplifies the CWriter code, makes the generated code easier to read,
authorChris Lattner <sabre@nondot.org>
Mon, 3 Nov 2003 04:31:54 +0000 (04:31 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Nov 2003 04:31:54 +0000 (04:31 +0000)
commit8917d36229201b4cd165860167613f8ce95ce16d
tree386732ffb302af1bdca12ca19894b7cc066af4ff
parentde90b76670dfb96d73d80e1d54f3bfc85006cc51
This simplifies the CWriter code, makes the generated code easier to read,
and makes the output work with the intel compiler.  Overall, a win.

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