Minor fix I omitted to check in.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 28 Oct 2001 22:19:06 +0000 (22:19 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 28 Oct 2001 22:19:06 +0000 (22:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1012 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9AsmPrinter.cpp

index fcc4c059f8e23a1cf53108d4e92776953177d173..575355df3fb5d037b599e50591c80f3546081130 100644 (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 << ","