Skip to content
  • Reid Spencer's avatar
    For PR1146: · ce38beb6
    Reid Spencer authored
    * Add ParamAttrs to InvokeInst class too.
    * Make sure all initializes of ParamAttrs in CallInst and InvokeInst are 0
    * Destruct the ParamAttrs in Call/Invoke destructors to avoid memory
      leaks. This will change when ParamAttrsList is uniquified but needs to
      be correct until then.
    
    llvm-svn: 35824
    ce38beb6
Loading