diff options
| author | Tanya Lattner <tonic@nondot.org> | 2004-11-06 21:40:51 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2004-11-06 21:40:51 +0000 |
| commit | f14e76db4304c1d1fcd17dc17b5e9a756dce4d78 (patch) | |
| tree | d8d005ec31f78e2e6323ee1e18fddd9ddaa6cc4f /llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll | |
| parent | 0ff1828349a2237ebec020c864b1d940d0592ed8 (diff) | |
| download | bcm5719-llvm-f14e76db4304c1d1fcd17dc17b5e9a756dce4d78.tar.gz bcm5719-llvm-f14e76db4304c1d1fcd17dc17b5e9a756dce4d78.zip | |
Adding RUN lines.
llvm-svn: 17527
Diffstat (limited to 'llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll')
| -rw-r--r-- | llvm/test/Regression/CodeGen/CBackend/2003-05-13-VarArgFunction.ll | 2 |
1 files changed, 2 insertions, 0 deletions
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. |

