fixme resolved!
authorChris Lattner <sabre@nondot.org>
Fri, 12 Feb 2010 22:39:06 +0000 (22:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Feb 2010 22:39:06 +0000 (22:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96029 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86MCCodeEmitter.cpp

index 3d98f6f1a47293e5f6389d8fa44265471ba9feee..9a3bcbcb8acf62dcc7c6eae33c44ae9604bdad12 100644 (file)
@@ -139,7 +139,6 @@ static MCFixupKind getImmFixupKind(unsigned TSFlags) {
   unsigned Size = X86II::getSizeOfImm(TSFlags);
   bool isPCRel = X86II::isImmPCRel(TSFlags);
   
-  // FIXME: Pass in the relocation type, this is just a hack..
   switch (Size) {
   default: assert(0 && "Unknown immediate size");
   case 1: return isPCRel ? MCFixupKind(X86::reloc_pcrel_1byte) : FK_Data_1;