trap-unreachable.ll 162 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 ; RUN: llc -mtriple=thumbv7 -trap-unreachable < %s | FileCheck %s ; CHECK: .inst.n 0xdefe define void @test() #0 { unreachable } attributes #0 = { nounwind }