From f45c25f7207e46592c577c549c2e215840c3e647 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Fri, 8 Sep 2006 13:06:56 +0000 Subject: [PATCH] Missing tab git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30188 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCTargetAsmInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index 4e174273904..201d80c89fe 100644 --- 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"; -- 2.34.1