[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / ARM / thumb-stub.ll
blob68001b6c0eecf64a9b708bc144a39cd471c817d6
1 ; RUN: llc  -relocation-model=pic -mtriple=thumb-apple-darwin < %s | FileCheck %s
3 declare hidden void @f()
5 ; CHECK: bl _f
7 define void @g() {
8   call void @f()
9   ret void