summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Assembler/2003-05-15-SwitchBug.ll7
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 0000000000..d2b64c4fd2
--- /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
+}