diff options
Diffstat (limited to 'test/Assembler')
-rw-r--r-- | test/Assembler/2003-05-15-SwitchBug.ll | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Assembler/2003-05-15-SwitchBug.ll b/test/Assembler/2003-05-15-SwitchBug.ll new file mode 100644 index 0000000..d2b64c4 --- /dev/null +++ b/test/Assembler/2003-05-15-SwitchBug.ll @@ -0,0 +1,7 @@ + + +void %test(int %X) { + switch int %X, label %dest [] +dest: + ret void +} |