* Use the MachineConstantPool for storing constants instead of a hash_set;
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 7 Nov 2003 17:29:48 +0000 (17:29 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 7 Nov 2003 17:29:48 +0000 (17:29 +0000)
commit49ab7f208920670cef6499a70dc98f9aedf24d46
tree6cedcb36767dcea707758dd26ec9a9bb1cdaca16
parent22eb79619d519c533a70650bbc5fd9a089d6a354
* Use the MachineConstantPool for storing constants instead of a hash_set;
* Do not create new globals for constants!

Also, order #includes as per coding style guide

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