From 90d711921161efb0d55b835fe9bdce18b27fb98f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 20 Sep 2002 22:28:03 +0000 Subject: [PATCH] New testcase for cbe git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3868 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CBackend/2002-09-20-VarArgPrototypes.ll | 4 ++++ test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 test/CBackend/2002-09-20-VarArgPrototypes.ll create mode 100644 test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll diff --git a/test/CBackend/2002-09-20-VarArgPrototypes.ll b/test/CBackend/2002-09-20-VarArgPrototypes.ll new file mode 100644 index 00000000000..6f318fadc6e --- /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 00000000000..6f318fadc6e --- /dev/null +++ b/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll @@ -0,0 +1,4 @@ + +declare void %foo(...) + + -- 2.34.1