diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-03-16 21:35:48 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-03-16 21:35:48 +0000 |
commit | 675e8cb09eefaf94db6be27dd65fb6627daae0d3 (patch) | |
tree | b8c56212cea95a46138e7a22080322ab861390c2 /llvm/test/Bitcode/Inputs | |
parent | 9b7374b8216a0860fc0606e2db910a76cc729b20 (diff) | |
download | bcm5719-llvm-675e8cb09eefaf94db6be27dd65fb6627daae0d3.tar.gz bcm5719-llvm-675e8cb09eefaf94db6be27dd65fb6627daae0d3.zip |
Test bitcode parsing error-handling for incorrect explicit type
(turns out I had regressed this when sinking handling of this type down
into GetElementPtrInst::Create - since that asserted before the error
handling was performed)
llvm-svn: 232420
Diffstat (limited to 'llvm/test/Bitcode/Inputs')
-rw-r--r-- | llvm/test/Bitcode/Inputs/invalid-gep-mismatched-explicit-type.bc | bin | 0 -> 448 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/Inputs/invalid-gep-mismatched-explicit-type.bc b/llvm/test/Bitcode/Inputs/invalid-gep-mismatched-explicit-type.bc Binary files differnew file mode 100644 index 00000000000..0d828e8c329 --- /dev/null +++ b/llvm/test/Bitcode/Inputs/invalid-gep-mismatched-explicit-type.bc |