Make the floating point constant pools local to each function, split the
authorChris Lattner <sabre@nondot.org>
Sun, 9 May 2004 06:20:51 +0000 (06:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 May 2004 06:20:51 +0000 (06:20 +0000)
commit687580757216d1005bfb0aae201268cf8ab827ac
tree85c68da4f38a83e02df2103efa1771640ccd121a
parentb0fd761c3dd575f28c9584feeafef71d381a4bb1
Make the floating point constant pools local to each function, split the
FindUsedTypes manipulation stuff out to be a seperate pass, and make the
main CWriter be a function pass now!

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