Remove FIXME comment that should have been removed with r144351.
authorBob Wilson <bob.wilson@apple.com>
Fri, 11 Nov 2011 17:34:14 +0000 (17:34 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 11 Nov 2011 17:34:14 +0000 (17:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144392 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCDwarf.cpp

index b68fcaf956280a76ba5a0c3a98c9bfd91f910c43..c274b9df63ae3dd23808ca0ea7263cb1c9d8e040 100644 (file)
@@ -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);