remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / CodeGen / X86 / x86-64-pic-1.ll
blobb21918ef80d4b43db2e7eec5cf3388af98eeac01
1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
2 ; RUN: grep {call       f@PLT} %t1
4 define void @g() {
5 entry:
6         call void @f( )
7         ret void
10 declare void @f()