diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/Verifier/2004-05-21-SwitchConstantMismatch.ll | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm/test/Regression/Verifier/2004-05-21-SwitchConstantMismatch.ll b/llvm/test/Regression/Verifier/2004-05-21-SwitchConstantMismatch.ll new file mode 100644 index 00000000000..b5fa4895bb8 --- /dev/null +++ b/llvm/test/Regression/Verifier/2004-05-21-SwitchConstantMismatch.ll @@ -0,0 +1,11 @@ + + +int %main() { +start1: + switch uint 0, label %brt0 [int 3, label %brt1 ] +brt0: + ret int 0 +brt1: + ret int 0 +} + |

