From: Daniel Dunbar Date: Thu, 16 Dec 2010 03:05:46 +0000 (+0000) Subject: MC: Remove a FIXME I no longer agree with. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9754ab010e3897457e75cbf0aa74e276fc944174;p=oota-llvm.git 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 --- 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