summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-11-11 17:34:14 +0000
committerBob Wilson <bob.wilson@apple.com>2011-11-11 17:34:14 +0000
commit900b16b99d39de70e74b343ffa0d57154ff30dd0 (patch)
tree206608d0b98490397c335f16f0c3867c880ee56e /lib
parent96e6458903ab0799542365cac98653c207984162 (diff)
downloadllvm-900b16b99d39de70e74b343ffa0d57154ff30dd0.tar.gz
llvm-900b16b99d39de70e74b343ffa0d57154ff30dd0.tar.bz2
llvm-900b16b99d39de70e74b343ffa0d57154ff30dd0.tar.xz
Remove FIXME comment that should have been removed with r144351.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144392 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/MC/MCDwarf.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCDwarf.cpp b/lib/MC/MCDwarf.cpp
index b68fcaf956..c274b9df63 100644
--- a/lib/MC/MCDwarf.cpp
+++ b/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);