blob: 605d5a234291a4226bad42c5c7c02b02dcf62bf0 [file] [log] [blame]
David Green6d9f8c92018-02-12 11:06:27 +00001; RUN: llc -mtriple=thumbv7 -trap-unreachable < %s | FileCheck %s
2; CHECK: .inst.n 0xdefe
3
4define void @test() #0 {
5 unreachable
6}
7
8attributes #0 = { nounwind }