lower calls to abs to inline code, PR2337
authorChris Lattner <sabre@nondot.org>
Mon, 9 Jun 2008 08:26:51 +0000 (08:26 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Jun 2008 08:26:51 +0000 (08:26 +0000)
commit313f0e63f7c751e2ef6b2dbc163f1b68d2bcc4c8
treeec00123234a1da65891fa85fb55983d4b699846e
parent18d73c206e8259de61abf54d8d0f47c0e54f42aa
lower calls to abs to inline code, PR2337

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52138 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SimplifyLibCalls.cpp
test/Transforms/SimplifyLibCalls/abs.ll [new file with mode: 0644]