From 9754ab010e3897457e75cbf0aa74e276fc944174 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 16 Dec 2010 03:05:46 +0000 Subject: [PATCH] MC: Remove a FIXME I no longer agree with. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121947 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCCodeEmitter.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/llvm/MC/MCCodeEmitter.h b/include/llvm/MC/MCCodeEmitter.h index d4eec7169e6..0da7c9f013c 100644 --- a/include/llvm/MC/MCCodeEmitter.h +++ b/include/llvm/MC/MCCodeEmitter.h @@ -36,10 +36,6 @@ struct MCFixupKindInfo { const char *Name; /// The bit offset to write the relocation into. - // - // FIXME: These two fields are under-specified and not general enough, but it - // covers many things. It's enough to let the AsmStreamer pretty-print - // the encoding. unsigned TargetOffset; /// The number of bits written by this fixup. The bits are assumed to be -- 2.34.1