1. Move most of the constant-fixup code into machine-independent file
authorVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 18 Oct 2001 00:26:20 +0000 (00:26 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 18 Oct 2001 00:26:20 +0000 (00:26 +0000)
commit7fe27874be12ce754d136310e33b210cc28f4625
tree033c075f0f7ac2f1a1dd0ff9d4634e2eeebdcd6e
parent8f1afbf3b3a70f90d477d6805d66f4fb02541df1
1. Move most of the constant-fixup code into machine-independent file
   InstrSelectionSupport.cpp.  It now happens in a bottom-up pass on
   each BURG tree after the original top-down selection pass on the tree.
2. Handle global values as constants (viz., constant addresses).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@868 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9InstrSelection.cpp