projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c750c29
)
Minor fix I omitted to check in.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Sun, 28 Oct 2001 22:19:06 +0000
(22:19 +0000)
committer
Vikram 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
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9AsmPrinter.cpp
b/lib/Target/SparcV9/SparcV9AsmPrinter.cpp
index fcc4c059f8e23a1cf53108d4e92776953177d173..575355df3fb5d037b599e50591c80f3546081130 100644
(file)
--- a/
lib/Target/SparcV9/SparcV9AsmPrinter.cpp
+++ b/
lib/Target/SparcV9/SparcV9AsmPrinter.cpp
@@
-400,7
+400,7
@@
SparcAsmPrinter::printConstant(const ConstPoolVal* CV, string valID)
Out << "\t"
<< TypeToDataDirective(CV->getType()) << "\t"
- << CV->getStrValue(
fals
e) << endl;
+ << CV->getStrValue(
tru
e) << endl;
Out << "\t.type" << "\t" << valID << ",#object" << endl;
Out << "\t.size" << "\t" << valID << ","