mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-24 11:36:10 +00:00
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:
parent
c750c29f28
commit
53b44e1c32
@ -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 << ","
|
||||
|
Loading…
x
Reference in New Issue
Block a user