1 ; Check the function call in PIC relocation model.
3 ; If the relocation model is PIC, then the "bl" instruction for the function
4 ; call to the external function should come with PLT fixup type.
6 ; RUN: llc < %s -mtriple=armv7-unknown-linux-gnueabi \
7 ; RUN: -relocation-model=pic -fast-isel -verify-machineinstrs \
16 call void @put(i32 %0)
23 declare void @put(i32)