summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-01-23 22:49:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-01-23 22:49:25 +0000
commite308c0cd0d305801f447114e509c8a75bebbd299 (patch)
tree442a8adb28d371728c62b6f576e742e0a00a9d60 /llvm/lib/CodeGen
parentd32e28c87a91b038cf4d3860e29e741566d7a66f (diff)
downloadbcm5719-llvm-e308c0cd0d305801f447114e509c8a75bebbd299.tar.gz
bcm5719-llvm-e308c0cd0d305801f447114e509c8a75bebbd299.zip
Remove duplicated info on what .text, .data and .bss look like.
llvm-svn: 199951
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index 27a4022ff71..2a92e2312a2 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
@@ -283,7 +283,6 @@ bool LLVMTargetMachine::addPassesToEmitMC(PassManagerBase &PM,
*MAB, Out, MCE,
hasMCRelaxAll(),
hasMCNoExecStack()));
- AsmStreamer.get()->InitSections();
// Create the AsmPrinter, which takes ownership of AsmStreamer if successful.
FunctionPass *Printer = getTarget().createAsmPrinter(*this, *AsmStreamer);
OpenPOWER on IntegriCloud