From: Chris Lattner Date: Mon, 3 Aug 2009 19:10:44 +0000 (+0000) Subject: remove a dead switch directive, replace it with some X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9a7a4d2a6099d85913df16b2eed6f51fe566e72b;p=oota-llvm.git remove a dead switch directive, replace it with some code that I will be using shortly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77983 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp b/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp index 9b73e87cc67..577d312ccad 100644 --- a/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp +++ b/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp @@ -899,7 +899,8 @@ bool X86ATTAsmPrinter::doFinalization(Module &M) { } if (Subtarget->isTargetDarwin()) { - SwitchToDataSection(""); + //TargetLoweringObjectFileMachO &TLOFMacho = + // static_cast(getObjFileLowering()); // Add the (possibly multiple) personalities to the set of global value // stubs. Only referenced functions get into the Personalities list.