"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)
commit308c7896a486f2ab17b38882cda7b82f888cb7bd
tree07876301ca8dec4cadb388a1284c4328b32d6732
parent516e5e7835332802dc4cac8f3ab968a40feccbaf
"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.

llvm-svn: 76899
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp