[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
Jim Laskey
jlaskey at apple.com
Fri Sep 8 06:07:10 PDT 2006
Changes in directory llvm/lib/Target/PowerPC:
PPCTargetAsmInfo.cpp updated: 1.1 -> 1.2
---
Log message:
Missing tab
---
Diffs of the changes: (+1 -1)
PPCTargetAsmInfo.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
diff -u llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp:1.1 llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp:1.2
--- llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp:1.1 Thu Sep 7 17:05:02 2006
+++ llvm/lib/Target/PowerPC/PPCTargetAsmInfo.cpp Fri Sep 8 08:06:56 2006
@@ -24,7 +24,7 @@
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";
More information about the llvm-commits
mailing list