* Be TBAA safe
authorChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2003 04:36:29 +0000 (04:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2003 04:36:29 +0000 (04:36 +0000)
commit9860e771102e057f581cb251dfa76f5f61db8c41
tree35e27f1980208c0c31bfc4a6860aa62d2a9aae91
parentb3dab903c549557b73b3f88fc063b9bce07694ef
* Be TBAA safe
* Fix isFPCSafeToPrint to find more constants safe to print, which it was
  failing because ftostr was padding with leading space characters.
* Scan the entire module for global constants instead of each function at a
  time.  This has the advantage of allowing us to emit constants at global
  scope instead of function scope.  This speeds FP programs quite a bit.

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