Many many changes and bugfixes:
authorChris Lattner <sabre@nondot.org>
Fri, 14 Dec 2001 16:35:53 +0000 (16:35 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Dec 2001 16:35:53 +0000 (16:35 +0000)
commit97ac4ee02e9554ada879d0f5b6ec49c7de4cecfb
treed7e5de2f6102e1d6c7b2675e4010ca32c37c87f6
parent206ad80ef96ed6d9b4d2f8e4711a39df1278eb47
Many many changes and bugfixes:
* Remove support for unsized arrays
* Add pointer indexing support
* Allow more arbitrary malloc type changes (which are too generous currently
  and should be fixed in the future)
* Allow more and better conversions

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