mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
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
This commit is contained in:
parent
96e6458903
commit
900b16b99d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user