llvm-for-llvmta/test/CodeGen/ARM/trap-unreachable.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

9 lines
162 B
LLVM

; RUN: llc -mtriple=thumbv7 -trap-unreachable < %s | FileCheck %s
; CHECK: .inst.n 0xdefe
define void @test() #0 {
unreachable
}
attributes #0 = { nounwind }