Reject unrepresentable pointer types in intrinsics. Fixes PR7316.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 8 Aug 2010 06:12:09 +0000 (06:12 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 8 Aug 2010 06:12:09 +0000 (06:12 +0000)
commit1bb580a3aa7f1643a9e2968ada6b78da7527b162
tree6572b0aa9925b978257c0ec50f13e688cd039bd5
parentc98af3370f899a0d1570b1dff01a2e36632f884f
Reject unrepresentable pointer types in intrinsics. Fixes PR7316.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110541 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Verifier.cpp
test/Verifier/2010-08-07-PointerIntrinsic.ll [new file with mode: 0644]