MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 24 Sep 2013 17:49:08 +0000 (17:49 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 24 Sep 2013 17:49:08 +0000 (17:49 +0000)
commit09b16f3bb5e2b4194268866e1e8c969335a7aec6
tree7e073d70ea38c1385e13e145d01e5ac8235cb475
parent9c60710c8045f6f22151da1271e2d40d1f68bcfd
MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO.

This code isn't ready to deal with allocation functions where the return is not
the allocated pointer. The checks below will reject posix_memalign anyways.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191319 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/MemoryBuiltins.cpp