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)
commitc695cc7e589bd8b0380216ca875b1eaea6d10703
tree67ab270a545bcafb8ad187780cde3a3acd16121c
parent73870dd4382065d261d7000d7c678fdaeccd9f61
Add testing for mismatched explicit type on a load instruction when loading from bitcode

llvm-svn: 232424
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/test/Bitcode/Inputs/invalid-load-mismatched-explicit-type.bc [new file with mode: 0644]
llvm/test/Bitcode/invalid.test