Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to
authorNick Lewycky <nicholas@mxc.ca>
Sat, 21 May 2011 23:14:36 +0000 (23:14 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 21 May 2011 23:14:36 +0000 (23:14 +0000)
commit0cf51561eddd659a7b427f40144e22363fd95a57
treea66609b096578e6bd62f2c9cc5e6e292bcdcb8bc
parentd22920aae81ec318404f7c5235c634954d966cf6
Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to
use these soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131812 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/IRBuilder.h
lib/VMCore/IRBuilder.cpp
unittests/Support/IRBuilderTest.cpp [new file with mode: 0644]