aboutsummaryrefslogtreecommitdiffstats
path: root/test/CBackend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-20 22:28:03 +0000
committerChris Lattner <sabre@nondot.org>2002-09-20 22:28:03 +0000
commit90d711921161efb0d55b835fe9bdce18b27fb98f (patch)
tree00bfb624b61d8f50c8e0fbf99f6091c711770c5c /test/CBackend
parentc92779bcb0518b4fa7ca0a2f4e6ca0ff12418545 (diff)
downloadexternal_llvm-90d711921161efb0d55b835fe9bdce18b27fb98f.zip
external_llvm-90d711921161efb0d55b835fe9bdce18b27fb98f.tar.gz
external_llvm-90d711921161efb0d55b835fe9bdce18b27fb98f.tar.bz2
New testcase for cbe
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3868 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CBackend')
-rw-r--r--test/CBackend/2002-09-20-VarArgPrototypes.ll4
1 files changed, 4 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(...)
+
+