[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git] / test / CodeGen / X86 / fast-isel-noplt-pic.ll
blob575ed365d6569130ca51c2cae6e00ffaab605702
1 ; RUN: llc -mtriple x86_64-unknown-linux-gnu -O0 -fast-isel=true -relocation-model=pic -filetype asm -o - %s | FileCheck %s
3 declare void @f() local_unnamed_addr #0
5 define void @g() local_unnamed_addr {
6 entry:
7   call void @f()
8   ret void
11 attributes #0 = { nonlazybind }
13 ; CHECK-LABEL: g:
14 ; CHECK-LABEL: callq *f@GOTPCREL(%rip)
15 ; CHECK-LABEL: retq