llvm-for-llvmta/test/CodeGen/ARM/trap-unreachable.ll

9 lines
162 B
LLVM
Raw Normal View History

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