mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 17:51:07 -04:00
9 lines
146 B
LLVM
9 lines
146 B
LLVM
; RUN: llc < %s
|
|
define i32 @test() noreturn nounwind {
|
|
entry:
|
|
tail call void @llvm.trap( )
|
|
unreachable
|
|
}
|
|
|
|
declare void @llvm.trap() nounwind
|
|
|