brintos

brintos / llvm-project-archived public Read only

0
0
Text · 184 B · 2380dff Raw
14 lines · plain
1; This file is used by 2008-07-06-AliasFnDecl2.ll2; RUN: true3 4define void @c() nounwind  {5entry:6	call void @b( ) nounwind 7	br label %return8 9return:10	ret void11}12 13declare void @b()14