[llvm-commits] [llvm] r144392 - /llvm/trunk/lib/MC/MCDwarf.cpp
Bob Wilson
bob.wilson at apple.com
Fri Nov 11 09:34:14 PST 2011
Author: bwilson
Date: Fri Nov 11 11:34:14 2011
New Revision: 144392
URL: http://llvm.org/viewvc/llvm-project?rev=144392&view=rev
Log:
Remove FIXME comment that should have been removed with r144351.
Modified:
llvm/trunk/lib/MC/MCDwarf.cpp
Modified: llvm/trunk/lib/MC/MCDwarf.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCDwarf.cpp?rev=144392&r1=144391&r2=144392&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCDwarf.cpp (original)
+++ llvm/trunk/lib/MC/MCDwarf.cpp Fri Nov 11 11:34:14 2011
@@ -1011,7 +1011,6 @@
// 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);
More information about the llvm-commits
mailing list