]> granicus.if.org Git - clang/commit
CodeGen: Don't set 'PMBuilder.DisableSimplifyLibCalls'
authorMeador Inge <meadori@codesourcery.com>
Thu, 20 Jun 2013 19:47:18 +0000 (19:47 +0000)
committerMeador Inge <meadori@codesourcery.com>
Thu, 20 Jun 2013 19:47:18 +0000 (19:47 +0000)
commit381c9b7b55639c0a6652d60a6c931d65d7cae1f1
treece4e2a1e43477fd04750f28bb9f33306bf77de16
parentf5d40bf94ac1d1d281d50fa12aeb2b7b8d7aaf9d
CodeGen: Don't set 'PMBuilder.DisableSimplifyLibCalls'

The simplify-libcalls pass has been removed from LLVM.  Thus
'PMBuilder.DisableSimplifyLibCalls' does not exist anymore.
The disabling/enabling of library call simplifications is
done through the TargetLibraryInfo which is already wired
up in Clang.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184458 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp