Remove FIXME comment that should have been removed with r144351.

llvm-svn: 144392
This commit is contained in:
Bob Wilson 2011-11-11 17:34:14 +00:00
parent 70394cf76c
commit c391f7ff64
1 changed files with 0 additions and 1 deletions

View 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);