diff options
Diffstat (limited to 'test/CodeGen/ARM/vararg_no_start.ll')
| -rw-r--r-- | test/CodeGen/ARM/vararg_no_start.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/ARM/vararg_no_start.ll b/test/CodeGen/ARM/vararg_no_start.ll deleted file mode 100644 index f9c8c1b75466..000000000000 --- a/test/CodeGen/ARM/vararg_no_start.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: llc -mtriple=arm-darwin < %s | FileCheck %s -; RUN: llc -O0 -mtriple=arm-darwin < %s | FileCheck %s - -define void @foo(i8*, ...) { - ret void -} -; CHECK-LABEL: {{^_?}}foo: -; CHECK-NOT: str -; CHECK: {{bx lr|mov pc, lr}} -declare void @llvm.va_start(i8*) nounwind |
