aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CBackend/2002-09-20-VarArgPrototypes.ll4
-rw-r--r--test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll4
2 files changed, 8 insertions, 0 deletions
diff --git a/test/CBackend/2002-09-20-VarArgPrototypes.ll b/test/CBackend/2002-09-20-VarArgPrototypes.ll
new file mode 100644
index 0000000..6f318fa
--- /dev/null
+++ b/test/CBackend/2002-09-20-VarArgPrototypes.ll
@@ -0,0 +1,4 @@
+
+declare void %foo(...)
+
+
diff --git a/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll b/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
new file mode 100644
index 0000000..6f318fa
--- /dev/null
+++ b/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
@@ -0,0 +1,4 @@
+
+declare void %foo(...)
+
+