diff options
Diffstat (limited to 'llvm/lib/Target/Sparc')
| -rw-r--r-- | llvm/lib/Target/Sparc/EmitAssembly.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/EmitAssembly.cpp b/llvm/lib/Target/Sparc/EmitAssembly.cpp index fcc4c059f8e..575355df3fb 100644 --- a/llvm/lib/Target/Sparc/EmitAssembly.cpp +++ b/llvm/lib/Target/Sparc/EmitAssembly.cpp @@ -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 << "," |

