Skip to content

Commit

Permalink
Remove FIXME comment that should have been removed with r144351.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144392 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
bob-wilson committed Nov 11, 2011
1 parent 96e6458 commit 900b16b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/MC/MCDwarf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 900b16b

Please sign in to comment.