diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-23 21:26:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-23 21:26:18 +0000 |
commit | 308c7896a486f2ab17b38882cda7b82f888cb7bd (patch) | |
tree | 07876301ca8dec4cadb388a1284c4328b32d6732 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 516e5e7835332802dc4cac8f3ab968a40feccbaf (diff) | |
download | bcm5719-llvm-308c7896a486f2ab17b38882cda7b82f888cb7bd.tar.gz bcm5719-llvm-308c7896a486f2ab17b38882cda7b82f888cb7bd.zip |
"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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions