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:
e246fd9
)
Missing tab
author
Jim Laskey
<jlaskey@mac.com>
Fri, 8 Sep 2006 13:06:56 +0000
(13:06 +0000)
committer
Jim Laskey
<jlaskey@mac.com>
Fri, 8 Sep 2006 13:06:56 +0000
(13:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30188
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
index 4e1742739049eb0d8f23c6b4a3b8c8203119f242..201d80c89fe062d02ca25fb818c1f35c44d71cf6 100644
(file)
--- a/
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
+++ b/
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
@@
-24,7
+24,7
@@
DarwinTargetAsmInfo::DarwinTargetAsmInfo(const PPCTargetMachine &TM) {
PrivateGlobalPrefix = "L";
ZeroDirective = "\t.space\t";
SetDirective = "\t.set";
- Data64bitsDirective = isPPC64 ? ".quad\t" : 0;
+ Data64bitsDirective = isPPC64 ? "
\t
.quad\t" : 0;
AlignmentIsInBytes = false;
ConstantPoolSection = "\t.const\t";
JumpTableDataSection = ".const";