commit | f14e76db4304c1d1fcd17dc17b5e9a756dce4d78 | [log] [tgz] |
---|---|---|
author | Tanya Lattner <tonic@nondot.org> | Sat Nov 06 21:40:51 2004 +0000 |
committer | Tanya Lattner <tonic@nondot.org> | Sat Nov 06 21:40:51 2004 +0000 |
tree | d8d005ec31f78e2e6323ee1e18fddd9ddaa6cc4f | |
parent | 0ff1828349a2237ebec020c864b1d940d0592ed8 [diff] [blame] |
Adding RUN lines. llvm-svn: 17527
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 1b2c2b8..45638a0 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.