Add objectsize intrinsic and hook it up through codegen. Doesn't
authorEric Christopher <echristo@apple.com>
Tue, 27 Oct 2009 00:52:25 +0000 (00:52 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 27 Oct 2009 00:52:25 +0000 (00:52 +0000)
commit7b5e61707a128a222e5e7ab20eb8154ca81001cb
tree97b92c485a5974efe8f986bc8d97daae634ff793
parentdd22a45acc24ff1e4954fda753c555a6365d1dec
Add objectsize intrinsic and hook it up through codegen. Doesn't
do anything than return "I don't know" at the moment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85189 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Intrinsics.td
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/Transforms/Scalar/SimplifyLibCalls.cpp