Minor fix I omitted to check in.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1012 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2001-10-28 22:19:06 +00:00
parent c750c29f28
commit 53b44e1c32

View File

@ -400,7 +400,7 @@ SparcAsmPrinter::printConstant(const ConstPoolVal* CV, string valID)
Out << "\t"
<< TypeToDataDirective(CV->getType()) << "\t"
<< CV->getStrValue(false) << endl;
<< CV->getStrValue(true) << endl;
Out << "\t.type" << "\t" << valID << ",#object" << endl;
Out << "\t.size" << "\t" << valID << ","