From c391f7ff64e14b3241c4c09191ed7c579b8d192e Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Fri, 11 Nov 2011 17:34:14 +0000 Subject: [PATCH] Remove FIXME comment that should have been removed with r144351. llvm-svn: 144392 --- llvm/lib/MC/MCDwarf.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/MC/MCDwarf.cpp b/llvm/lib/MC/MCDwarf.cpp index b68fcaf95628..c274b9df63ae 100644 --- a/llvm/lib/MC/MCDwarf.cpp +++ b/llvm/lib/MC/MCDwarf.cpp @@ -1011,7 +1011,6 @@ void MCDwarfFrameEmitter::Emit(MCStreamer &Streamer, // Emit the compact unwind info if available. // FIXME: This emits both the compact unwind and the old CIE/FDE // information. Only one of those is needed. - // FIXME: Disable. This is causing failures in the test suite. if (IsEH && MOFI->getCompactUnwindSection()) for (unsigned i = 0, n = Streamer.getNumFrameInfos(); i < n; ++i) { const MCDwarfFrameInfo &Frame = Streamer.getFrameInfo(i);