Skip to content
  • Meador Inge's avatar
    Remove the simplify-libcalls pass (finally) · dfb08a2c
    Meador Inge authored
    This commit completely removes what is left of the simplify-libcalls
    pass.  All of the functionality has now been migrated to the instcombine
    and functionattrs passes.  The following C API functions are now NOPs:
    
      1. LLVMAddSimplifyLibCallsPass
      2. LLVMPassManagerBuilderSetDisableSimplifyLibCalls
    
    llvm-svn: 184459
    dfb08a2c
Loading