Add testing for mismatched explicit type on a load instruction when loading from...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 16 Mar 2015 21:48:46 +0000 (21:48 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 16 Mar 2015 21:48:46 +0000 (21:48 +0000)
commit2a83bf622805e9902de2bab20def1e88b9587cb5
tree8aad1cad73db2a64b84f9ad773ccbb8761ae771a
parent9130d115d6ec4e7b8e795b2f1e06ff6e660daa35
Add testing for mismatched explicit type on a load instruction when loading from bitcode

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232424 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Reader/BitcodeReader.cpp
test/Bitcode/Inputs/invalid-load-mismatched-explicit-type.bc [new file with mode: 0644]
test/Bitcode/invalid.test