From f14e76db4304c1d1fcd17dc17b5e9a756dce4d78 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Sat, 6 Nov 2004 21:40:51 +0000 Subject: Adding RUN lines. llvm-svn: 17527 --- llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll') diff --git a/llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll b/llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll index 1b2c2b846e6..45638a08833 100644 --- a/llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll +++ b/llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll @@ -1,3 +1,5 @@ +; RUN: llvm-as < %s | llc -march=c + ; This testcase breaks the C backend, because gcc doesn't like (...) functions ; with no arguments at all. -- cgit v1.2.3