Simplify this code a bit by relying on recursive simplification. Support
authorChris Lattner <sabre@nondot.org>
Sat, 24 Sep 2005 22:17:06 +0000 (22:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 24 Sep 2005 22:17:06 +0000 (22:17 +0000)
commit5d735bf29bb85c3d691d4e0c61f15b1675b90355
treea5f3676122e6746d317bd480b6a64759b57d76e5
parent397fa21f27294ee419aabd7fc1f973f9883ca15a
Simplify this code a bit by relying on recursive simplification.  Support
sprintf("%s", P)'s that have uses.

s/hasNUses(0)/use_empty()/

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