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