Skip to content
  • Duncan Sands's avatar
    Fix PR1146: parameter attributes are longer part of · ad0ea2d4
    Duncan Sands authored
    the function type, instead they belong to functions
    and function calls.  This is an updated and slightly
    corrected version of Reid Spencer's original patch.
    The only known problem is that auto-upgrading of
    bitcode files doesn't seem to work properly (see
    test/Bitcode/AutoUpgradeIntrinsics.ll).  Hopefully
    a bitcode guru (who might that be? :) ) will fix it.
    
    llvm-svn: 44359
    ad0ea2d4
Loading