Fix for problem when allocating something like this:
authorChris Lattner <sabre@nondot.org>
Mon, 29 Apr 2002 20:09:21 +0000 (20:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Apr 2002 20:09:21 +0000 (20:09 +0000)
commit4840146b46b9fa4bb3f14c7f5f7eaf27852bfa55
treef4765869c23115addd042a4a42ab722294ba28b2
parent868cb7da083d1f93566cfa439acfff1b4a1ed8a2
Fix for problem when allocating something like this:
   malloc(100-i);

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