mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
62117b7296
llvm-svn: 53155
14 lines
184 B
LLVM
14 lines
184 B
LLVM
; 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()
|