DirectXShaderCompiler/test/Analysis/CallGraph/do-nothing-intrinsic.ll

14 строки
268 B
LLVM
Исходник Обычный вид История

2016-12-28 22:52:27 +03:00
; RUN: opt < %s -basiccg
; PR13903
define void @main() personality i8 0 {
invoke void @llvm.donothing()
to label %ret unwind label %unw
unw:
%tmp = landingpad i8 cleanup
br label %ret
ret:
ret void
}
declare void @llvm.donothing() nounwind readnone