brintos

brintos / llvm-project-archived public Read only

0
0
Text · 288 B · fc2c541 Raw
14 lines · plain
1; RUN: opt < %s -passes='require<callgraph>'2; PR139033 4define void @main() personality i8 0 {5  invoke void @llvm.donothing()6          to label %ret unwind label %unw7unw:8  %tmp = landingpad i8 cleanup9  br label %ret10ret:11  ret void12}13declare void @llvm.donothing() nounwind readnone14