[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Bitcode / vector-pcs.ll
blob7caf1daa99c2f36c2ae9b896c4090615fbd36a64
1 ; RUN: llvm-as %s -o - -f | llvm-dis | FileCheck %s
2 ; RUN: llvm-as %s -o - -f | verify-uselistorder
4 declare aarch64_vector_pcs void @aarch64_vector_pcs()
5 ; CHECK: declare aarch64_vector_pcs void @aarch64_vector_pcs
7 define void @call_aarch64_vector_pcs() {
8 ; CHECK: call aarch64_vector_pcs void @aarch64_vector_pcs
9   call aarch64_vector_pcs void @aarch64_vector_pcs()
10   ret void