summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/Inputs/invalid-bitwidth.bc
AgeCommit message (Collapse)Author
2015-01-30Check bit widths before trying to get a type.Filipe Cabecinhas
Added a test case for it. Also added run lines for the test case in r227566. Bugs found with afl-fuzz llvm-svn: 227589