64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
9 lines
164 B
LLVM
9 lines
164 B
LLVM
; RUN: llc -march=hexagon -hexagon-trap-unreachable < %s | FileCheck %s
|
|
; CHECK: call abort
|
|
|
|
define void @fred() #0 {
|
|
unreachable
|
|
}
|
|
|
|
attributes #0 = { nounwind }
|