* Stop making a global for each constant that cannot live in an instruction;
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 7 Nov 2003 17:31:22 +0000 (17:31 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 7 Nov 2003 17:31:22 +0000 (17:31 +0000)
commitfeed25ffdc4db5d72ff55259b952ef49873486cb
treefb08a4d7271d1dd4ee048c6075eac6423dfb0b9e
parent49ab7f208920670cef6499a70dc98f9aedf24d46
* Stop making a global for each constant that cannot live in an instruction;
  it will be converted to a MachineConstantPool index during instruction
  selection
* This is now eligible to become a FunctionPass since it does not have any side
  effects outside of the function it is processing.

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