Add testing for mismatched explicit type on a gep operator when loading from bitcode
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 16 Mar 2015 22:03:50 +0000 (22:03 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 16 Mar 2015 22:03:50 +0000 (22:03 +0000)
commit712d00bc64b9172e0d740d8126db08103ff845d3
tree69f144ed7d08c88334671e252cd24ff34c8c40f7
parent2a83bf622805e9902de2bab20def1e88b9587cb5
Add testing for mismatched explicit type on a gep operator when loading from bitcode

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