diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-12-16 03:05:46 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-12-16 03:05:46 +0000 |
commit | 001e2ef549fc103d455f9dcb4e7d804d5e714c50 (patch) | |
tree | aefffd52f03b926eab626a2e593ab918bbd6c872 /llvm | |
parent | 91ab4ffd9630c542795992135bfe785d173d596a (diff) | |
download | bcm5719-llvm-001e2ef549fc103d455f9dcb4e7d804d5e714c50.tar.gz bcm5719-llvm-001e2ef549fc103d455f9dcb4e7d804d5e714c50.zip |
MC: Remove a FIXME I no longer agree with.
llvm-svn: 121947
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/MC/MCCodeEmitter.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/MC/MCCodeEmitter.h b/llvm/include/llvm/MC/MCCodeEmitter.h index d4eec7169e6..0da7c9f013c 100644 --- a/llvm/include/llvm/MC/MCCodeEmitter.h +++ b/llvm/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 |