Remove obsolete FIXME.
authorJim Grosbach <grosbach@apple.com>
Mon, 28 Nov 2011 23:23:58 +0000 (23:23 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 28 Nov 2011 23:23:58 +0000 (23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145313 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCMachOStreamer.cpp

index aa35815dd19c0c8aa30c768c09f3a50dc6b14056..50ab1f864433a3b70d070e70eb7f18859046880b 100644 (file)
@@ -156,8 +156,6 @@ void MCMachOStreamer::EmitAssemblerFlag(MCAssemblerFlag Flag) {
 }
 
 void MCMachOStreamer::EmitThumbFunc(MCSymbol *Symbol) {
-  // FIXME: Flag the function ISA as thumb with DW_AT_APPLE_isa.
-
   // Remember that the function is a thumb function. Fixup and relocation
   // values will need adjusted.
   getAssembler().setIsThumbFunc(Symbol);