OSDN Git Service

remove an unneeded section switch.
authorChris Lattner <sabre@nondot.org>
Mon, 3 Aug 2009 23:02:45 +0000 (23:02 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Aug 2009 23:02:45 +0000 (23:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78014 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/CellSPU/AsmPrinter/SPUAsmPrinter.cpp

index a6ed466..bf742bc 100644 (file)
@@ -485,7 +485,6 @@ LinuxAsmPrinter::runOnMachineFunction(MachineFunction &MF)
 bool LinuxAsmPrinter::doInitialization(Module &M) {
   bool Result = AsmPrinter::doInitialization(M);
   DW = getAnalysisIfAvailable<DwarfWriter>();
-  SwitchToTextSection("\t.text");
   return Result;
 }