llvm-6502/test/Verifier
Chris Lattner 6d09becf08 Testcase for PR340: Verifier misses malformed switch instruction
This testcase was reduced by John, thanks!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13617 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-21 16:47:02 +00:00
..
2002-04-13-RetTypes.ll New testcase for the verifier 2002-04-13 22:46:24 +00:00
2002-11-05-GetelementptrPointers.ll New testcase to handle eventually 2002-11-06 00:52:21 +00:00
2003-11-21-FunctionReturningStructure.ll New testcase 2003-11-21 22:28:49 +00:00
2004-05-21-SwitchConstantMismatch.ll Testcase for PR340: Verifier misses malformed switch instruction 2004-05-21 16:47:02 +00:00
AmbiguousPhi.ll New testcases for verifier 2002-06-08 17:33:16 +00:00
PhiGrouping.ll New testcases for verifier 2002-06-08 17:33:16 +00:00
README.txt Add readme file describing directory 2002-08-22 20:20:08 +00:00
SelfReferential.ll New testcase 2002-04-18 20:30:58 +00:00

This directory contains testcases that the verifier is supposed to detect as
malformed LLVM code.  Testcases for situations that the verifier incorrectly
identifies as malformed should go in the Regressions/Assembler directory.