diff options
Diffstat (limited to 'llvm/test/CodeGen/CBackend/2004-08-09-va-end-null.ll')
| -rw-r--r-- | llvm/test/CodeGen/CBackend/2004-08-09-va-end-null.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CBackend/2004-08-09-va-end-null.ll b/llvm/test/CodeGen/CBackend/2004-08-09-va-end-null.ll index ae7ba5305c0..3ee23d1a909 100644 --- a/llvm/test/CodeGen/CBackend/2004-08-09-va-end-null.ll +++ b/llvm/test/CodeGen/CBackend/2004-08-09-va-end-null.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=c +; RUN: llc < %s -march=c declare void @llvm.va_end(i8*) |

