Use IRBuilder to make our intrinsic calls in the inliner so that we pick up
authorJohn McCall <rjmccall@apple.com>
Tue, 14 Jun 2011 02:51:53 +0000 (02:51 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 14 Jun 2011 02:51:53 +0000 (02:51 +0000)
commitc975a51ac042eb15bcb04a293cb737810ff40a00
treecbd615daf602d4c4b66a46fd5a75490c14db03b7
parente889c694d870048502640ab60d6dbda830cdc463
Use IRBuilder to make our intrinsic calls in the inliner so that we pick up
line info correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132961 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp