Switch to using the standard representation of the constant pool -- namely, the
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 7 Nov 2003 17:45:28 +0000 (17:45 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 7 Nov 2003 17:45:28 +0000 (17:45 +0000)
commitf905ed52049e6fecc9659e41b60a4db818418b9b
tree5ea18c51cbb62fffe5c0b48c2bb44106b4af99d0
parent941fc9acd97f0fa01963f501eb88be83da4327ab
Switch to using the standard representation of the constant pool -- namely, the
MachineConstantPool. This involved refactoring the two classes involved in
printing out Sparc assembly. In fact, they should share all this code anyway.

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