[llvm-commits] [llvm] r121947 - /llvm/trunk/include/llvm/MC/MCCodeEmitter.h

Daniel Dunbar daniel at zuster.org
Wed Dec 15 19:05:46 PST 2010


Author: ddunbar
Date: Wed Dec 15 21:05:46 2010
New Revision: 121947

URL: http://llvm.org/viewvc/llvm-project?rev=121947&view=rev
Log:
MC: Remove a FIXME I no longer agree with.

Modified:
    llvm/trunk/include/llvm/MC/MCCodeEmitter.h

Modified: llvm/trunk/include/llvm/MC/MCCodeEmitter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCCodeEmitter.h?rev=121947&r1=121946&r2=121947&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCCodeEmitter.h (original)
+++ llvm/trunk/include/llvm/MC/MCCodeEmitter.h Wed Dec 15 21:05:46 2010
@@ -36,10 +36,6 @@
   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





More information about the llvm-commits mailing list