Missing tab
authorJim Laskey <jlaskey@mac.com>
Fri, 8 Sep 2006 13:06:56 +0000 (13:06 +0000)
committerJim 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

index 4e1742739049eb0d8f23c6b4a3b8c8203119f242..201d80c89fe062d02ca25fb818c1f35c44d71cf6 100644 (file)
@@ -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";