Revert the previous patch while I figure out how to make llvm-gcc
[oota-llvm.git] / lib / MC / MCMachOStreamer.cpp
index 350321b93570475c15d5d86c5a5d00c5cbeb3d3a..b5a55a75304d7d329b27b7f6bc8ffb01b1a6ae25 100644 (file)
@@ -377,9 +377,6 @@ void MCMachOStreamer::EmitInstToData(const MCInst &Inst) {
 }
 
 void MCMachOStreamer::Finish() {
-  if (getNumFrameInfos())
-    MCDwarfFrameEmitter::Emit(*this);
-
   // We have to set the fragment atom associations so we can relax properly for
   // Mach-O.