Move lower intrinsics before FP constant emission, in case
authorChris Lattner <sabre@nondot.org>
Sun, 5 Dec 2004 06:49:44 +0000 (06:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Dec 2004 06:49:44 +0000 (06:49 +0000)
commit3150e2de93563825943ade523272acdd93ef1bcf
tree65726d70e476728baeed3f98062fa3d5fe456fd1
parentbf90a5be711c572acad83061a3a965d4c48eecbd
Move lower intrinsics before FP constant emission, in case
intrinsic lowering ever introduces constants.

Rename local symbols before printing function bodies, fixing 255.vortex
with the CBE!!!

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