Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,
authorNick Lewycky <nicholas@mxc.ca>
Sat, 17 Oct 2009 23:52:26 +0000 (23:52 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 17 Oct 2009 23:52:26 +0000 (23:52 +0000)
commit3fc35c594cbe48070ad69eaa2fdca1e9424c9fd4
treef2e8f76264ef8e7298de66b69bc2c3a1381a8ba9
parent391d23b6c29e17b5c969e732169a789ac9d0d422
Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed,
LLVMBuildMalloc was reimplemented but with the bug that it didn't insert the
resulting instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84374 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
lib/VMCore/Core.cpp
lib/VMCore/Instructions.cpp
test/Bindings/Ocaml/vmcore.ml