Benjamin Kramer 6629210aaf Teach MemoryBuiltins and InstructionSimplify that operator new never returns NULL.
This is safe per C++11 18.6.1.1p3: [operator new returns] a non-null pointer to
suitably aligned storage (3.7.4), or else throw a bad_alloc exception. This
requirement is binding on a replacement version of this function.

Brings us a tiny bit closer to eliminating more vector push_backs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191310 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-24 16:37:51 +00:00
..
2013-03-18 23:33:44 +00:00
2013-08-20 23:04:15 +00:00
2013-08-20 23:04:15 +00:00
2013-06-06 23:34:11 +00:00
2013-08-06 00:16:21 +00:00
2013-02-09 13:29:10 +00:00
2013-05-17 12:31:43 +00:00