[DAGCombiner] Eliminate dead stores to stack.
[llvm-complete.git] / test / CodeGen / Hexagon / trap-unreachable.ll
blob124b37a5c6cbca6eaf093a25938c49c8badd01ef
1 ; RUN: llc -march=hexagon -trap-unreachable < %s | FileCheck %s
2 ; CHECK: trap
4 define void @fred() #0 {
5   unreachable
8 attributes #0 = { nounwind }