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";



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to