aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll')
-rw-r--r--test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll b/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
deleted file mode 100644
index e915cd2fb3f42..0000000000000
--- a/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc < %s -march=c
-
-
-declare void @foo(...)
-
-