Browse Source

* removed todo comment, the "constant" information is already propagated in
the mean time via the section type (sec_rodata/sec_rodata_norel ->
constant)

git-svn-id: branches/hlcgllvm@28212 -

Jonas Maebe 11 years ago
parent
commit
2a45b57504
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/llvm/nllvmtcon.pas

+ 0 - 1
compiler/llvm/nllvmtcon.pas

@@ -89,7 +89,6 @@ implementation
       newasmlist:=tasmlist.create_without_marker;
       newasmlist:=tasmlist.create_without_marker;
       { llvm declaration with as initialisation data all the elements from the
       { llvm declaration with as initialisation data all the elements from the
         original asmlist }
         original asmlist }
-      { TODO: propagate data/rodata different ("constant") }
       newasmlist.concat(taillvmdecl.create(sym,def,fasmlist,section));
       newasmlist.concat(taillvmdecl.create(sym,def,fasmlist,section));
       fasmlist:=newasmlist;
       fasmlist:=newasmlist;
     end;
     end;