Skip to content
  1. Nov 11, 2013
  2. Nov 10, 2013
    • Rafael Espindola's avatar
      Keep the old function order in CodeGenModule::applyReplacements. · 732c99c4
      Rafael Espindola authored
      The original decls are created when used. The replacements are created at the
      end of the TU in reverse order.
      
      This makes the original order far better for testing. This is particularly
      important since the replacement logic could be used even when
      -mconstructor-aliases is not used, but that would make many tests hard to read.
      
      llvm-svn: 194357
      732c99c4
Loading