"fix" PR4612, which is a crash on:
authorChris Lattner <sabre@nondot.org>
Thu, 23 Jul 2009 21:26:18 +0000 (21:26 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Jul 2009 21:26:18 +0000 (21:26 +0000)
commit50340f666b5b1fceb2c781464779b4a0f583db9a
tree668500f9efafed97debce9b1d7a161727bf4ac60
parent17e4aa7d0a0aa67a115da82319534f9e425d960a
"fix" PR4612, which is a crash on:
%0 = malloc [3758096384 x i32]

The "malloc" instruction doesn't support 64-bits correctly (see PR715),
and should be removed.  Victor is actively working on fixing this, in
the meantime just don't crash.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76899 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp