OSDN Git Service

[SimplifyLibCalls] Factor out signature checks for fortifiable libcalls.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Mon, 12 Jan 2015 17:18:19 +0000 (17:18 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Mon, 12 Jan 2015 17:18:19 +0000 (17:18 +0000)
commitaebee0ee623028b5aa77f8593b7b75a4b89c2598
tree6b15e4c7c776d6588eb9e630b40486202ac15e31
parentad017096fc8eec5afd256f572d8d0b9d5d8aa09f
[SimplifyLibCalls] Factor out signature checks for fortifiable libcalls.

The checks are the same for fortified counterparts to the libcalls, so
we might as well do them in a single place.

Differential Revision: http://reviews.llvm.org/D6539

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225638 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyLibCalls.cpp