calls to external functions are already marked overdefined, special casing
authorChris Lattner <sabre@nondot.org>
Sun, 27 Sep 2009 21:35:11 +0000 (21:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Sep 2009 21:35:11 +0000 (21:35 +0000)
commit32c0d2255f9c85972baf4157c59ce39a16c3ee91
treea66572f8b839bfb67270d9a4d5e5f9f541702f81
parent4412d04876a373142318619a26b549b679016f35
calls to external functions are already marked overdefined, special casing
malloc isn't needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82932 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SCCP.cpp