llvm-project/llvm/test/Linker/2008-07-06-AliasFnDecl2.ll

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
184 B
LLVM
Raw Normal View History

2008-07-06 07:03:46 +08:00
; This file is used by 2008-07-06-AliasFnDecl2.ll
; RUN: true
define void @c() nounwind {
entry:
call void @b( ) nounwind
br label %return
return:
ret void
}
declare void @b()